Project

General

Profile

Statistics
| Branch: | Revision:

gdp-if / i3mote / CoAP-gateway.py @ master

History | View | Annotate | Download (13.8 KB)

# Date Author Comment
4e8ff471 09/07/2017 11:14 PM Nitesh Mor

Added systemd for i3motes. CoAP-gateway cleanup

f30c2887 07/24/2017 02:51 PM Nitesh Mor

Add "flush" to make the logs appear immediately

845e66b6 07/24/2017 02:44 PM Nitesh Mor

Added logging for network health

18d00142 04/05/2017 10:21 PM Nitesh Mor

Restart processing thread to tolerate GDP-failures

8a883f0a 03/13/2017 12:36 AM Nitesh Mor

Minor bug-fix in subscription duration calculation

d1fc74d6 03/13/2017 12:13 AM Nitesh Mor

Code cleanup.

f5e38d29 03/12/2017 11:30 PM Nitesh Mor

fix minor bug for network restart condition

ee53651c 03/12/2017 09:53 AM Nitesh Mor

Removed restart-wrapper, minor update to params

2620d21d 03/12/2017 01:44 AM Nitesh Mor

Removed assertion, takes a while to kill process

a560430a 03/12/2017 01:22 AM Nitesh Mor

Use .poll() instead of checking returncode

f42dc7e3 03/12/2017 12:43 AM Nitesh Mor

Minor change in output formatting

ed12745d 03/12/2017 12:28 AM Nitesh Mor

Convert 2 threads/node to 1 thread/node design

919a2002 03/11/2017 04:05 PM Nitesh Mor

TI gateway start/stop scripts

3dbf0abd 03/03/2017 05:51 PM Nitesh Mor

Minor bug-fix from last commit

84a1c502 03/03/2017 05:41 PM Nitesh Mor

Added missing 'eh1' field

eb67dcdf 11/11/2016 06:23 PM Nitesh Mor

CoAP=>GDP: minor changes

2c06ba68 11/09/2016 02:53 PM Nitesh Mor

CoAP=>GDP bridge: print log information earlier

Enables one to know the name of a log that needs to be created

ad3cb99c 11/09/2016 02:00 PM Nitesh Mor

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.

a483abfd 11/08/2016 03:11 PM Nitesh Mor

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,...