wok-next annotate p910nd/description.txt @ rev 20846

mingw32-gcc: fix CFLAGS, CXXFLAGS as it is not recent GCC and it don't understand something
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 13:59:48 2018 +0300 (2018-06-23)
parents
children
rev   line source
al@20472 1 p910nd implements the port 9100 network printer protocol which simply
al@20472 2 copies any incoming data on the port to the printer (and in the reverse
al@20472 3 direction, if bidirectional mode is selected). Both parallel and USB
al@20472 4 printers are supported. This protocol was used in HP's printers and is
al@20472 5 called JetDirect (probably TM). p910nd is particularly useful for
al@20472 6 diskless hosts and embedded devices because it does not require any disk
al@20472 7 space for spooling as this is done at the sending host.