-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed references of the switch mqtt API (#18)
* removed references of the switch mqtt API as Slac will be open sourced and Switch API shall not be exposed. This also forced a redisign of the lib, namely the way we start slac * reformatted the code * Updated the README explaining how to run the examples and spawn a matching task process; reformatted the code * added end of line to cs_configuration.json file * added end of line to the Dockerfile * solved some typos and removed more mqtt references * added the root dir to get the cs_configuration file saved in the examples * added full path to cs config file to the multiple slac sessions example as well * added faster way to open the config file in the example
- Loading branch information
Showing
15 changed files
with
429 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# MQTT Settings | ||
MQTT_HOST=mqtt | ||
MQTT_PORT=9001 | ||
|
||
# SLAC Settings | ||
SLAC_INIT_TIMEOUT=1000 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
# MQTT Settings | ||
MQTT_HOST=localhost | ||
MQTT_PORT=9001 | ||
|
||
|
||
# SLAC Settings | ||
SLAC_INIT_TIMEOUT=1000 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.