Monday, March 9, 2020

Web server emulates a terminal/console for GNU Radio

I have created a web server written in nodejs which emulates a
terminal/console using a browser for the user interface.

For use with GNU Radio, it sends keyboard input text to a ZMQ PUSH
Message socket and displays received text from a ZMQ PULL Message
socket. It can be used as an alternative to a Message Edit Box and/or a
Message Debug Block for string messages.
See https://github.com/duggabe/gr-webserver

Comments and suggestions are welcome.

--
Barry Duggan KV4FV

No comments:

Post a Comment