Picocom is a minimal dumb-terminal emulation program.
Picocom was designed to serve as a simple, manual, modem configuration,
testing, and debugging tool. It has also served (quite well) as a
low-tech "terminal-window" to allow operator intervention in PPP
connection scripts (something like the ms-windows "open terminal window
before / after dialing" feature). It could also prove useful in many
other similar tasks.
From Kyle Isom (thank you!), with tweaks by me and giovanni@.
help/ok sthen@ giovanni@, procedures ok henning@
amtterm provides gui and cli clients for Intel AMT serial-over-lan (sol),
and a perl script to gather information and control managed computers.
To reduce depencies when only the cli version is wanted, install the
amtterm-term subpackage instead.
Point to new HOMEPAGE and MASTER_SITES.
Include new license marker (revised 3 clause BSD license) and update
PERMIT*_CDROM lines.
Include a space before "=" (which will be a separate diff next time.
ok sthen@
- the code to support LCDs connected by parallel port is only for x86;
split the relevant files out to a separate PFRAG which is not used on
other arch
ok edd@ (maintainer)
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.
Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.
Note: sysutils/nut hasn't been fixed yet but will be today.
OWX (Open Wouxun) is an open-source program designed to program Wouxun
transceivers. It was developed on Wouxun KG-UV2D and tested on KG-UVD1P
(both identify as KG669V). Possibly other Wouxuns are supported too, but
this is not guaranteed - use at your own risk and ALWAYS make backups!
This software is highly experimental. Using it can result in rendering
your radio unusable and your dog killed. You have been warned.
ok jasper@
This is a small program that displays SPI sniffer data from the Bus
Pirate. It uses the binary mode SPI sniffer access, so it has a speed
advantage over the terminal mode display. The computer takes the burden
of converting raw byte values to HEX output.
ok sthen@