/printnode

A node.js app that relays print commands to GoDEX barcode printer connected via serial port. External apps can use MQTT to send print commands.

Primary LanguageJavaScript

PrintNode

A server app that relays print commands to GoDEX barcode printer connected via serial port, from other apps using MQTT. Provides web interface to setup and test printer.

Intended to be deployed on a RaspberryPi (using resin.io).

###To install:

npm install

bower install

To build for development:

grunt

To build for production:

grunt build

To run app:

npm start