History | View | Annotate | Download (13.8 KB)
Added systemd for i3motes. CoAP-gateway cleanup
Add "flush" to make the logs appear immediately
Added logging for network health
Restart processing thread to tolerate GDP-failures
Minor bug-fix in subscription duration calculation
Code cleanup.
fix minor bug for network restart condition
Removed restart-wrapper, minor update to params
Removed assertion, takes a while to kill process
Use .poll() instead of checking returncode
Minor change in output formatting
Convert 2 threads/node to 1 thread/node design
TI gateway start/stop scripts
Minor bug-fix from last commit
Added missing 'eh1' field
CoAP=>GDP: minor changes
CoAP=>GDP bridge: print log information earlier
Enables one to know the name of a log that needs to be created
CoAP=>GDP bridge: use a temp file rather than pipe
Using named pipe with the coap-client causes serious buffering issues, making it appear as if there's no data for several minutes followed by a sudden burst of data.
New i3mote=>GDP bridge, based on libcoap
The earlier implementation was based on openwsn coap implementation, which threw 'unknown message type' errors and would stop after a while.
libcoap seems to be a more complete implementation with support for OBSERVE. Even though this is not a perfect implementation either,...
libcoap
OBSERVE