This website requires JavaScript.
Explore
Help
Sign In
UCOMmandIt
/
uci-socket
Watch
1
Star
0
Fork
You've already forked uci-socket
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
TCP socket(server) and client(consumer) modules using the UCI packet format for communication. Primary a dependent of the UCI base module
5
Commits
2
Branches
1
Tag
556
KiB
JavaScript
100%
ae72d3af02
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
David Kebler
ae72d3af02
added handshaking from socket before finishing consumer connection, fixed async flow control issues, added in mocha test, improved passing of external app for packet processing
2018-01-10 20:33:39 -08:00
examples
added handshaking from socket before finishing consumer connection, fixed async flow control issues, added in mocha test, improved passing of external app for packet processing
2018-01-10 20:33:39 -08:00
src
added handshaking from socket before finishing consumer connection, fixed async flow control issues, added in mocha test, improved passing of external app for packet processing
2018-01-10 20:33:39 -08:00
.eslintrc.js
initial commit
2017-12-21 15:50:05 -08:00
.gitignore
initial commit
2017-12-21 15:50:05 -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 handshaking from socket before finishing consumer connection, fixed async flow control issues, added in mocha test, improved passing of external app for packet processing
2018-01-10 20:33:39 -08:00
package.json
added handshaking from socket before finishing consumer connection, fixed async flow control issues, added in mocha test, improved passing of external app for packet processing
2018-01-10 20:33:39 -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