Skip to content

lastres/LINC-Config-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINC Configuration generator

Utility that takes a JSON topology description file and generates a sys.config configuration file for the LINC Switch.

Usage

Compile with:

$ ./rebar get-deps compile

Start the Erlang shell:

$ erl -pa deps/jsx/ebin ebin

Eshell V5.10.4  (abort with ^G)
1> config_generator:parse("json_example.json", "sys.config.template", "localhost", 4343).
ok

This will generate a sys.config file.

About

LINC Configuration generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages