This is the command jclient that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
jclient
- sample client for module mode (perl version)
SYNOPSIS
jclient
DESCRIPTION
This is yet another sample client written in perl. It will connect to Julius running in
module mode, receive recognition results from Julius, and cna send commands to control
Julius.
This is a tiny program with only 57 lines. You can use it for free.
EXAMPLES
Invoke Julius with module mode by specifying "-module" option:
Then, at other terminal or other host, invoke jclient like below. The default hostname is
"localhost", and port number is 10500. You can change them by editing the top part of the
script.
It will then receive the outputs of Julius and output the raw message to standard out.
Also, by inputting a raw module command to the standard input of jclient, it will be sent
to Julius. See manuals for the specification of module mode.
Use jclient online using onworks.net services