Skip to content
/ p910nd Public
forked from kenyapcomau/p910nd

Jetdirect protocol emulation: accepts a connection from port 9100+n and copy stream to printer port

License

Notifications You must be signed in to change notification settings

pendlew/p910nd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p910nd

p910nd is a small printer daemon intended for diskless platforms that does not spool to disk but passes the job directly to the printer. Normally a lpr daemon on a spooling host connects to it with a TCP connection on port 910n (where n=0, 1, or 2 for lp0, 1 and 2 respectively). p910nd is particularly useful for diskless platforms. Common Unix Printing System (CUPS) supports this protocol, it's called the AppSocket protocol and has the scheme socket://. LPRng also supports this protocol and the syntax is lp=remotehost%9100 in /etc/printcap.

Older versions are found at https://sourceforge.net/projects/p910nd/ Development has been moved to Github.

Version

0.97

Note that this is the same version as the last released version from 2014. No features have been added, nor any bugs fixed from that version. Several distributions have packaged this software ready to use. If you not a developer there is no advantage to cloning this repository. The move to Github is to facilitate any submission of bug fixes and contributions.

Authors

Ken Yap and others

License

See the LICENSE file for license rights and limitations (GPL2).

About

Jetdirect protocol emulation: accepts a connection from port 9100+n and copy stream to printer port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.8%
  • Shell 33.0%
  • Roff 8.4%
  • Makefile 2.8%