Skip to content

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.

Notifications You must be signed in to change notification settings

prashanta/printnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages