This is a port of sntop, a curses-based utility that uses fping (ping
can be used as well) to determine connectivity of remote network hosts
on a regular interval. Features include HTML generation and a secure
terminal.
Command line interface to syncthing
WindowMaker dockapp for displaying signal strenghts of WLAN Adapters
tclsoap provides support for building clients and servers
for the SOAP remote procedure call protocol from Tcl. SOAP
is an XML based RPC mechanism which provides cross-platform
cross language compatibility.
From the website:
This package provides support for using UDP through Tcl. The package
provides a new channel type and attempts to permit the use of packet
oriented UDP over stream oriented Tcl channels.
Enhanced version of VNC, called TightVNC (grown from the VNC Tight Encoder
project), which is optimized to work over slow network connections such as
low-speed modem links. While original VNC may be very slow when your
connection is not fast enough, with TightVNC you can work remotely almost
in real time in most environments. Besides bandwidth optimizations,TightVNC
also includes many other improvements, optimizations and bugfixes over VNC.
Note that TightVNC is free, cross-platform and compatible with the standard
VNC.
TinTin++ is a console MUD client for Windows, Linux, and Mac OS X. Its main
assets are an easy to learn and use scripting language, full telnet support,
a split screen interface to separate mud output from client input, and
keyboard macros that work on all systems.
tn5250 is an implementation of the 5250 Telnet protocol.
It provides 5250 library and 5250 terminal emulation.
(usually used to connect to IBM AS/400 Midrange systems)
Remote terminal application that allows roaming, supports intermittent
connectivity, and provides intelligent local echo and line editing of
user keystrokes.
Mosh is a replacement for SSH. It's more robust and responsive,
especially over Wi-Fi, cellular, and long-distance links.
nanomsg is a socket library that provides several common communication
patterns. It aims to make the networking layer fast, scalable, and easy
to use. Implemented in C, it works on a wide range of operating systems
with no further dependencies.
The communication patterns, also called "scalability protocols", are basic
blocks for building distributed systems. By combining them you can create
a vast array of distributed applications. The following scalability
protocols are currently available:
* PAIR -- simple one-to-one communication
* BUS -- simple many-to-many communication
* REQREP -- allows to build clusters of stateless services to process
user requests
* PUBSUB -- distributes messages to large sets of interested subscribers
* PIPELINE -- aggregates messages from multiple sources and load balances
them among many destinations
* SURVEY -- allows to query state of multiple applications in single go