rfcommd

RFCOMM daemon to run filters on clients.
git clone git://arztpraxis-lohmann.de/rfcommd
Log | Files | Refs | LICENSE

commit c9f69807d4ddec18407493a8065706ae420c00e4
parent 107a84c50e32c5cf27dc37b9375c25211d764d18
Author: Christoph Lohmann <20h@r-36.net>
Date:   Fri, 25 Mar 2022 19:25:44 +0100

Add description of bluetooth printer emulation.

Diffstat:
README.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -11,6 +11,11 @@ The rfcomm daemon will offer some rfcomm service for any device and based on the id of the device, users can run different scripts, daemons or filters for serial link output. +This can be used in the most simple case to emulate some bluetooth +printer, bluetooth-capable printing clients connect to, where the piped +format is simply outputted to lpr(1). See the spirofilter script for how +this can be done. + ## Installation $ make