RadioScope Source Code

Back to table of contents.


6811 Assembly Code (firmware which runs inside the RadioScope):

RadioScope client code for UNIX.
There are two executables which I have built and tested under Linux. Simple is a very simple program which formulates a UDP packet of the format expected by the RadioScope and sends it to the RadioScope, and prints the received sample data to stdout. Sample-cgi is a Common Gateway Interface (CGI) interface to the RadioScope. This code runs on a web server, and when invocated by an HTML form or other CGI client, it passes the parameters given by the CGI client to the RadioScope and forwards the data returned by the RadioScope to the CGI client which asked for it.

Fancy Java client which displays the captured samples in an oscilloscope display within a web browser.
This client uses the CGI interface, above, to control and retrieve data from the RadioScope. It cannot connect directly to the RadioScope due to security constraints in the Java interpreter within Netscape. The CGI interface must be installed on the same web server which this Java applet is loaded from.