nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Fix #78, implement bpcat test app #103

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

This replaces the previous bpsend/bprecv pair with a single app called "bpcat", similar in concept to network tools like netcat, but working over BP instead.

The initial implementation only uses a local UDP socket on the CLA side.

On the application side, bpcat reads standard input and forwards all data to BP, and sends all data from BP to standard output.

Fixes #78