This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Magnus <[email protected]>
- Loading branch information
Showing
4 changed files
with
63 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- V 0.2 --- | ||
|
||
RVI TOP LEVEL: | ||
Updated documentation to reflect changes. Pegged build deps on | ||
v0.2 of dependant repos in rebar.config. Removed unsupported | ||
option from setup_rvi_node.sh screen | ||
|
||
Added lager start at system startup. | ||
|
||
Added RPM that builds and installs on Tizen and Debian. | ||
|
||
Updated and documented configuration files in hvac_demo and root | ||
dir to reflect new funcationality. | ||
|
||
Added web socket support (in service_edge). | ||
|
||
Now builds against v0.2 of all dependencies. | ||
|
||
|
||
SERVICE EDGE: | ||
Fixed correct json decoding of parameters | ||
Added websocket support | ||
|
||
|
||
SERVICE DISCOVERY: | ||
Changed debug to info to get a cleaner log. | ||
|
||
Scrubbed duplicates from get_network_addresses() | ||
|
||
|
||
SCHEDULE: | ||
Now survives a failure to send to a remote node. | ||
|
||
Changed debug to info. | ||
|
||
Added direct message send if setup_data_link returns that the data link is already up. | ||
|
||
RVI COMMON: | ||
Renamed error code to not_available | ||
|
||
Added new status code (already_conencted). | ||
|
||
Added get_component_config with default value as extra arg | ||
|
||
Added result handler for web socket dispatcher in service_edge_rpc.erl | ||
|
||
|
||
DATA LINK | ||
Now handles node_address set to 0.0.0.0 to indicate that node is | ||
behind firewall and can only do outbound connections | ||
|
||
Now does auto reconnect to static nodes that are not available at boot time | ||
|
||
Ripped out bert_rpc usage. Replaced with homebrewed protocol manager. | ||
|
||
|
||
|
||
|
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
Binary file not shown.
Binary file not shown.