wmnetload is a network interface monitor dockapp. It is designed to
fit well with dockapps like wmcpuload and wmmemmon.
wol implements Wake-On-LAN functionality in a small program.
It wakes up hardware that is Magic Packet compliant.
Consider you have a sleeping or turned-off computer
and you want to wake it up remotely. Just type:
# wol <MAC-ADDRESS>
and the host wakes up (OK, it will boot ;-).
Features:
- Wakes up various NIC's (tested)
- 3COM 3C905c
- Intel EtherExpress Pro 100
- Linksys Etherfast LNE100TX
- Realtek LFE8139
- LevelOne FNC-0107TX
- Wake up from file (same as /etc/ethers and an enhanced format)
- Sleeping between two wake ups (measured in milliseconds)
xmlrpc-epi is an implementation of the xmlrpc protocol in C. It provides an easy
to use API for developers to serialize RPC requests to and from XML. It does
*not* include a transport layer, such as HTTP. The API is primarily based upon
proprietary code written for internal usage at Epinions.com, and was later
modified to incorporate concepts from the xmlrpc protocol. It passed the xmlrpc
validation test suite in December 2000.
As of Sept. 27, 2001, experimental support for SOAP v 1.1 has been added to the
library. This support is implemented transparently to the application such that
a single API can be used for manipulation of values, yet both SOAP and XML-RPC
can be read or written.
Various iterations of this code have been/are running at Epinions.com and are
sufficiently fast for the high traffic volume this site encounters, with several
xmlrpc type requests generated for each user http request. No specific speed
claims are made. Your mileage may vary.
A feature-rich graphical Telnet 5250 emulator written in Java.
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.
This library provides a modular implementation of XML-RPC for C and C++.
- C API and experimental C++ API.
- Modular XML-RPC core: If you want, you can supply all your own HTTP
code.
- Synchronous and asynchronous XML-RPC clients based on w3c-libwww.
- Multithreaded XML-RPC server based on the Abyss web server.
- Full support for basic types, including <struct>, <array> and <base64>.
- Extensive test suites to help verify correct behavior and correct
error handling.
- Passes the official XML-RPC validator1 test suite.
QProg is an OS X, Windows, and *nix/X11 compatible software interface to the
popular DIY line of PIC programmers sold by Kitsrus and is intended to be a
cross-platform replacement for the software provided with the DIY kits.
-Brandon Fosdick
bfoz@bfoz.net
SMS::Send::TW::HiAir is a SMS::Send driver
which allows you to send messages through http://hiair.hinet.net/
This is a collection of clustering tools to turn your ordinary everyday pile
of UNIX workstations into a speedy parallel beast. This facilitates managing
a set of program executing in parallel with a very flexible authentication
scheme.
This package is based on the libradius of FreeBSD, with some modifications and
extensions.
This PECL provides full support for RADIUS authentication (RFC 2865) and
RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to
authenticate your users against the user-database of your OS (for example
against Windows Active-Directory via IAS).
Smbclient is a PHP extension that uses Samba's libsmbclient library to
provide Samba related functions and 'smb' streams to PHP programs.