Skip to content

lpd-alike application to receive printer image data

Notifications You must be signed in to change notification settings

jg1uaa/lpd-modoki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

lpd-modoki


Description

An lpd-alike application to receive printer image data.

Not intended to be used with public or IPv6-based network.

Usage

# lpd-modoki -h
usage: lpd-modoki -a [ip address] -p [portnum] -q [queue] -f[filename]
#

As default, listen at 0.0.0.0 (INADDR_ANY), port 515, any queue accepted and use stdout. To show help message, use -h option.

Example

# lpd-modoki | gpcl6 -dNOPAUSE -sDEVICE=pdfimage24 -sOutputFile=output.pdf -

Limitation

  • no support IPv6
  • no support multiple queue
  • no support large image file
  • no support daemonize

No plan to fix them.

License

WTFPL (http://www.wtfpl.net/)

About

lpd-alike application to receive printer image data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published