Skip to content

A REST webservice and webclient to print to a networked CUPS printer in python

License

Notifications You must be signed in to change notification settings

WesR/thermalwebprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thermalwebprint

A REST webservice and webclient to print to a networked CUPS printer. (Specifically a thermal printer)

Goals

print to a CUPS server (aka a recipt printer) from REST and webclient

Notes (bad things)

  • We host everything through falcon. Hosting the /assets through apache or somthing of the like would be faster and safer.
  • We write to disk. (the scratch file) This was the quickest and easiest way.
  • The printer is hardcoded

image

About

A REST webservice and webclient to print to a networked CUPS printer in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages