brannondorsey / chattervox

📡 An AX.25 packet radio chat protocol with support for digital signatures and binary compression. Like IRC over radio waves.
Other
748 stars 36 forks source link

Add send and receive subcommands #16

Closed brannondorsey closed 5 years ago

brannondorsey commented 5 years ago

Add functionality to send and receive messages without the chattervox chat subcommand. This will be especially useful for scripting purposes or adding chattervox as a component in a larger software pipeline.

# send
chattervox send "This is a message sent from the command line"
echo "This is a message sent from the command line" | chattervox send

# receive
chattervox receive
chattervox receive | some-command
brannondorsey commented 5 years ago

Support for these features has been added in v0.4.0.