Difference between revisions of "Ghpsdr3 jmonitor"

From HPSDRwiki
Jump to: navigation, search
(New page: The jmonitor program is a Java GUI program. it is designed to be a stand alone program or run through a web browser. jmonitor accepts the following command on the command line. '''--rec...)
 
Line 1: Line 1:
 
The jmonitor program is a Java GUI program. it is designed to be a stand alone program or run through a web browser.
 
The jmonitor program is a Java GUI program. it is designed to be a stand alone program or run through a web browser.
  
 +
To run jmonitor from the command line use the command
 +
 +
  java -jar "jmonitor.jar" --receiver 0 --server 127.0.0.1
 +
 +
jmonitor.jar must be in your current directory, your choice of receiver and server may change with your setup
  
 
jmonitor accepts the following command on the command line.
 
jmonitor accepts the following command on the command line.
Line 16: Line 21:
 
</blockquote>
 
</blockquote>
  
 +
'''--limit 0 (default 0)'''
 +
 +
<blockquote>
 +
This is an integer that imposes a time limit on the length of the session.  This is used by those that allow Internet access to their receivers.  The purpose is so that one person can not monopolize the use of the receiver.
 +
</blockquote>
  
 
[[Category:ghpsdr3 jmonitor| ]]
 
[[Category:ghpsdr3 jmonitor| ]]

Revision as of 07:21, 6 September 2010

The jmonitor program is a Java GUI program. it is designed to be a stand alone program or run through a web browser.

To run jmonitor from the command line use the command

 java -jar "jmonitor.jar" --receiver 0 --server 127.0.0.1

jmonitor.jar must be in your current directory, your choice of receiver and server may change with your setup

jmonitor accepts the following command on the command line.

--receiver 0|1|2|3 (default 0)

receiver that this client is attached to (Please note singular). Also please not that receivers are 0 based.

--server 0.0.0.0 (default 127.0.0.1)

ip address of the server machine. Default is the localhost (127.0.0.1).

--limit 0 (default 0)

This is an integer that imposes a time limit on the length of the session. This is used by those that allow Internet access to their receivers. The purpose is so that one person can not monopolize the use of the receiver.