-
-
Telegraph
... .
Notifications are broadcasted to all clients.
To start the server:
./telegraph -l :9090 -L :9091
-l defines the ... where clients connect.
Clients connect using raw sockets.
Example: telnet localhost 9091
Notifications are posted using a HTTP POST ...
-
teensymud
... 'config.yaml')
-l, --logfile LOGFILE Select the name of the log file
(default is 'logs/server.log')
-h, --home LOCATIONID Select the object id where new characters will start
-t, --[ ...
-
Roxanne
... to change.
--------------
Precis
--------------
Roxanne is a very simple database server that allows a client to store and
retrieve ... $ sudo dbr_ctl start
Started listening.
carp:Roxanne rothrock$ telnet localhost 4080
Trying 127.0.0.1...
Connected to ...
-
iii-expect-perl
... LOGIN_DATA;
chomp $login_string;
my @login_fields = split "\t", $login_string;
my %options = (
'server' => 'library.touro.edu',
'protocol' => 'telnet',
'login' => $login_fields[0],
'lpass' => $login_fields[1],
'initials' => $ ...
-
openocd-libswd
... drivers (e.g. CFI, NAND, etc.).
Several network interfaces are available for interactiving with OpenOCD:
HTTP, telnet, TCL, and GDB. The GDB server enables OpenOCD to function
as a "remote target" for source ...
-
TCPHelper
... int argc, char **argv) {
int sockfd = tcpconnect_start_multiple(argv[1]); /* ./server 5555 */
int acceptsock = 0;
while (1) {
acceptsock = tcpconnect_accept_single( ... , so I've included some example code in Server.m and Client.m. (You can build them ...
-
invenio
... is developed at, and maintained by, the CERN Document
Server Software Consortium. At CERN, Invenio installation manages
over 600 ... ,
configure, and maintain the system (featuring email and telnet support
throughout the year), including development of new ...
-
Web-NodeJS
... : In the console you see important information about the
web server. This information includes all request and response information (if debug ... enabled in the
config. You can connect to the server with telnet on port 23 (by default). There you can enter
...
-
pencil
... value: `"127.0.0.1:8125"`
+ **management_address** - For the telnet-like TCP interface. useful for stats and debugging. ... :2003"`
+ **log_name** - Path to the log file for the server.
default value: `"pencil.log"`
+ **log_level** - How much information ...
-
ranviermud
... /items/npcs/channels/behaviors
* Unopinionated network layer: easily swap out telnet for any network layer you like. No need to gut ... ## Demo
Point your favorite client or telnet to `ranviermud.com` port 4000. This demo server is wiped and updated from the ...
-