NetConsole for cRIO implemented in Node.js
JavaScript
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitattributes
.gitignore
MPL-LICENSE.txt
NetConsole.js
README.md
package.json

README.md

NetConsole.js

NetConsole.js listens and sends output from the cRIO to your screen. Concept for this was taken from Team 1073's initial version and rbmj's Python implementation.

vxWorks Commands

A reference sheet for valid commands can be found in the link below.

http://touro.ligo-la.caltech.edu/~cparames/CDS/vxWorks_commands.html

Usage

Clone oculus.js from Git

git clone https://github.com/gluxon/NetConsole.js

Start NetConsole.js with Node.js

node NetConsole.js

License

NetConsole.js is distributed under the MPL 2.0.

Changelog

1.1

  • Remove readline prompt (not working right)
  • Use process.stdout.write instead of console.log and trimming

1.0

  • Initial Release