TCP socket(server) and client(consumer) modules using the UCI packet format for communication. Primary a dependent of the UCI base module
 
Go to file
David Kebler 57324c616c added chunck processing into JSON packets using newline delimiter
fixed left unix socket file bug
improved some defaults handling
added custom packet processing for tcp vs unix
2018-01-19 09:35:15 -08:00
examples added in test, passing. Added in bunyan logger 2018-01-13 20:46:14 -08:00
src added chunck processing into JSON packets using newline delimiter 2018-01-19 09:35:15 -08:00
test added chunck processing into JSON packets using newline delimiter 2018-01-19 09:35:15 -08:00
.eslintrc.js initial commit 2017-12-21 15:50:05 -08:00
.gitignore added in test, passing. Added in bunyan logger 2018-01-13 20:46:14 -08:00
.npmignore initial commit 2017-12-21 15:50:05 -08:00
.travis.yml initial commit 2017-12-21 15:50:05 -08:00
package-lock.json added chunck processing into JSON packets using newline delimiter 2018-01-19 09:35:15 -08:00
package.json added chunck processing into JSON packets using newline delimiter 2018-01-19 09:35:15 -08:00
readme.md basic working socket-consumer modules with no handshaking but passing json objects 2018-01-08 13:06:01 -08:00

readme.md

Various Communication Protocol/Transport Testing