logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jsamp - Java Simple Application Messaging Protocol command-line tool for the Virtual Observatory

Authors

Softwareauthor
       Mark Taylor <M.B.Taylor@bristol.ac.uk>

   Manpageauthor
       Paul Sladen <debian@paul.sladen.org> as part of the Debian GNU/Linux packaging.

Commands

       All commands can be followed by the argument -help to display details of their arguments and sub-commands

   MainCommands
       Main commands related to starting or setting up SAMP hub instances.

       hub[-modeno-gui|client-gui|msg-gui|facade][-profilesstd|web|<hubprofile-class>[,...]][-extraprofilesstd|web|<hubprofile-class>[,...]][-std:secret<secret>][-std:httplock][-web:lognone|http|xml|rpc][-web:authswing|true|false|extreme][-web:[no]cors][-web:[no]flash][-web:[no]silverlight][-web:[no]urlcontrol][-web:[no]restrictmtypes]
              start a SAMP Hub so that VO applications can share and exchange data via the Hub

       bridge[-[no]exporturls][-nostandard][-sampdir<lockfile-dir>][-sampfile<lockfile>][-sampurl<lockurl>][-keys<xmlrpc-url><secret>][-profile<clientprofile-class>]
              sent up a proxy bridge between two or more SAMP hub instances

       help   display the list of top-level jsamp commands

   DebuggingCommandshubmonitor[-auto<secs>][-nomsg][-nogui][-mtype<pattern>]
              monitor an existing SAMP hub and show connected clients

       snooper[-clientname<appname>][-clientmeta<metaname><metavalue>][-mtype<pattern>][-subs<pattern><subsinfo>]
              monitor an existing SAMP hub and dump the flow of messages to stdout

   TestingCommandscalcstorm[-gui][-nclient<n>][-nquery<n>][-modesync|async|notify|random]
              stress-test a SAMP hub using multiple connections and exchanging lots of messages

       hubtester[-gui]
              run a series of tests against a running SAMP hub

Description

jsamp provides a low-level command-line interface to the JSAMP Simple Application Messaging Protocol Java
       library funcationality which Virtual Observatory (VO) applications for exchanging data with each other on
       the users machine.

Homepage

Name

       jsamp - Java Simple Application Messaging Protocol command-line tool for the Virtual Observatory

Options

-help  display contextual usage information for commands and sub-commands

       -version
              display the matching SAMP protocol revision and jsamp build version (if available)

       -verbose
              output additional information on stdout while executing

       +verbose
              do not output any information on stdout while executing

Synopsis

jsamp[-help] [-version] <command> [-help] <cmd-args> <command-class> [-help] <cmd-args>

See Also