MUSCLE 4.23 (Default branch) |
|
|
MUSCLE (Multi User Server Client Linking
Environment) is an N-way messaging server and
networking API. It includes client-side networking
APIs for various languages, including C, C++, C#,
Delphi, Java, and Python. MUSCLE lets programs
communicate over a network via streams of
serialized Message objects. The included server
program ("muscled") lets its clients message each
other and store information in its server-side
hierarchical database. The database supports
flexible queries via hierarchical wildcarding, and
"live" updates via a subscription mechanism.
License: BSD License (revised)
Changes:
This release adds a few minor convenience functions. It fixes a bug in the IP address filtering code that would cause it to not accept any incoming connections when filtering was enabled. There are several other miscellaneous bugfixes.
|