Skip to content

Paper saver that emulates server needed for BrowserPrint (Zebra ZPL)

License

Notifications You must be signed in to change notification settings

mbsmooth/zebra-emulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zebra-emulator

Paper saver that emulates server needed for BrowserPrint (Zebra ZPL).

Runs a service that acts like the server that runs on a computer, which sends the ZPL to the Zebra Printer from the browser (Browser Print).

It will log what is being sent to the printer. You can upload to an online viewer such as labelary or better yet, if you install the Zpl Printer Chrome browser extension and configure it to listen on port 9102. Once installed and turned on you will see the label(s) rendered in real time.

Makes use of ES Modules which require Node v14 or greater.

HTTP service on 9100 HTTPS service on 9101 with provided SSL cert

To build the SSL keys and cert files, use command openssl req -nodes -new -x509 -days 7300 -keyout server.key -out server.cert

About

Paper saver that emulates server needed for BrowserPrint (Zebra ZPL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Shell 1.7%