|
About:
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.
Release focus: Minor bugfixes
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.
Author:
Jeremy Friesner [contact developer]
Homepage:
http://www.lcscanada.com/muscle/index.html
Zip:
http://www.lcscanada.com/muscle/muscle4.28.zip
Trove categories:
[change]
| [Development Status] | | 6 - Mature | | [Environment] | | No Input/Output (Daemon) | | [Intended Audience] | | Developers, System Administrators | | [License] | | Freely Distributable, OSI Approved :: BSD License (revised) | | [Operating System] | | BeOS, MacOS X, Microsoft :: Windows :: Windows NT/2000/XP, OS Independent, POSIX | | [Programming Language] | | C, C#, C++, Java, Python | | [Topic] | | Communications, Database :: Database Engines/Servers, Software Development :: Libraries, Software Development :: Libraries :: Application Frameworks, Software Development :: Libraries :: Java Libraries |
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.09/10.00
(Rank N/A)
» Vitality: 5.70% (Rank 96)
» Popularity: 4.70% (Rank 766)

(click to enlarge graphs)
Record hits: 65,005
URL hits: 20,489
Subscribers: 97
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
4.28
|
Minor bugfixes |
27-Aug-2008 04:18 |
|
4.27
|
Minor bugfixes |
25-Jul-2008 09:28 |
|
4.26
|
Code cleanup |
06-Jun-2008 09:57 |
|
4.25
|
Minor bugfixes |
15-May-2008 05:09 |
|
4.24
|
Minor feature enhancements |
28-Apr-2008 23:36 |
|
4.23
|
Minor bugfixes |
26-Mar-2008 23:42 |
|
4.22
|
Minor bugfixes |
05-Mar-2008 07:33 |
|
4.21
|
Minor bugfixes |
23-Jan-2008 07:20 |
|
4.20
|
Minor feature enhancements |
31-Dec-2007 22:26 |
|
4.11
|
Code cleanup |
11-Dec-2007 22:01 |
Comments
[»]
Mailing list created
by Jeremy Friesner - Aug 6th 2003 16:22:14
FYI, there is now a MUSCLE mailing list covering development
and use of the MUSCLE toolkit. You can subscribe to it by
sending an email to with the word muscle-request@freelists.org
"subscribe" in the subject line, or you can search the mailing
list archives here.
[reply]
[top]
[»]
Confusing name
by Jonas Bofjall - Oct 16th 2002 08:05:45
The name of this project is rather confusing. MUSCLE is already the name of
the de-facto standard smartcard environment for Linux. (Google for
"muscle linux" and you'll see what I mean.)
[reply]
[top]
[»]
Rudimentary BeShare-compatible command line chat client available
by Jeremy Friesner - Mar 5th 2002 22:13:35
Just a note, if you are looking for a BeShare-compatible chat client to log
in
to your muscle server with from a Unix command line, you can find such a
thing here.
It's extremely rudimentary, but it's enough to do basic chat.
[reply]
[top]
[»]
Re: Rudimentary BeShare-compatible command line chat client available
by Jeremy Friesner - Apr 10th 2002 11:35:41
Clyde 1.01 is
here. It fixes a nasty crashing bug and adds a few minor features.
[reply]
[top]
[»]
Re: Rudimentary BeShare-compatible command line chat client available
by Jeremy Friesner - Mar 2nd 2003 23:08:13
New version of Clyde is v1.04. It's
been tweaked to compile with MUSCLE v1.30+.
[reply]
[top]
[»]
Re: Rudimentary BeShare-compatible command line chat client available
by Mika T. Lindqvist - Jun 30th 2003 01:24:39
> New version of Clyde is v1.04. It's
> been tweaked to compile with MUSCLE
> v1.30+.
You need to add QueryFilter.o and ByteBuffer.o to the
Makefile to get it to compile with latest MUSCLE's.
[reply]
[top]
|