Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Effo Home | Core | Add-ons | Framework | GPLed | Reports What's NewSee Download Effo NetMsg part of this page for following new item(s) details: 1. Effo NetMsg Milestone (Latest v0.1b6) - netmsg.tar.bz2 2. Effo NetMsg Framework Samples (Latest v0.1b6) - netmsg_framework.samples.tar.bz2 3. ... [More] Effo Network and Messaging References (Latest Rev0.9) - EffoNetMsg.pdf Effo Home | Core | Add-ons | Framework | GPLed | Reports About Effo NetMsg ProjectThis is the Effo NetMsg project which provides network communication and messaging add-ons for the Effo Project or other C/C++ design and development, and develops applications and utilities such as message bus, etc. Please visit Effo Project (e.g., Google "Effo Project") to learn more. As mentioned Effo NetMsg is a framework, exactly it's a sub-framework of the Effo Framework. The Effo NetMsg software and source code are under the terms of MIT licnese, see Effo NetMsg License for the details. Effo Home | Core | Add-ons | Framework | GPLed | Reports Download Effo NetMsgDownload Now Please note maybe you need to clear cached files of your browser (e.g. Firefox or IE) so you can download the correct file as expected. 1. Effo NetMsg Milestone (Latest v0.1b6) File - netmsg.tar.bz2 Notes - Download it and put it on a Linux, then use "tar jxvf" to decompress and unpack. See the Effo Network and Messaging References for the detailed guide. 2. Effo NetMsg Framework Samples (Latest v0.1b6) File - netmsg_framework.samples.tar.bz2 Notes - Download it and put it on a Linux, then use "tar jxvf" to decompress and unpack. See the Effo Network and Messaging References for the detailed guide. 3. Effo Network and Messaging References (Latest Rev0.9) File - EffoNetMsg.pdf Notes - The reference document of the Effo NetMsg Framework about network and messaging. Effo Home | Core | Add-ons | Framework | GPLed | Reports Stable Code BaselineSource code on SVN::trunk will be updated day-to-day, so if you need newest code, please get it from SVN::trunk, and maybe it cannot be compiled or has big bugs. While stable code will be tagged onto SVN::tags from the SVN::trunk after testing. When building up together with the code from other Effo member project(s) (e.g. Effo Core), you'd better refer to the Effo Code Baseline, so please read the baseline ID put on SVN::trunk/code_baseline. Whenever a new developer join the project, we'll make a source branch for the new member on SVN::branches. The reviewed code will be commited onto the SVN::trunk. For some special versions of the source code we'd also make the branches on SVN::branches. Please pay attention to the Effo Code Baseline to make the life easy. Effo Home | Core | Add-ons | Framework | GPLed | Reports Support, Helps and SuggestionsContact Effo by mail staff(dot)effo(at)gmail(dot)com Effo Home | Core | Add-ons | Framework | GPLed | Reports Help WantedC/C++ Socket and/or Database Developers: The Effo NetMsg project (a member project of the Effo Project) is looking for porting developers. No pay. The potential developers will be responsible for the MSVC/Windows platform oriented Effo NetMsg Add-ons (such as Network Messaging and Database) porting, MIT license. The potential developers must have the skills of Highly-concurrent Programming Models (threaded, event-driven or staged), and skills of MS VC/++ development, either MS Windows Completion Port or MySQL APIs. The potential developers should have both Visitual Studio (lab purpose, 2005 or above) and Linux/GNU C/++ development enviroment. Effo alreay has the completion EPOLL based Linux side Network and Messaging code (see source SVN/trunk/devel/effo/codebase/addons/net of the Effo NetMsg project, GoogleCode, not sourceforge). Effo will provide CP based Network Messaging code samples, and Database Add-on code samples which is based on MySQL APIs as well. AIO experienced developers would be preferred. Please join us. Contacts: The Effo Staff Email: staff dot effo at gmail dot com The Effo Project web home: http://effo.sourceforge.net The Effo NetMsg project site: http://effonetmsg.googlecode.com Effo Home | Core | Add-ons | Framework | GPLed | Reports See AlsoEffo@SourceFroge or Effo@Google Effo Core, the Core of Effo, MIT license Effo Addon, Add-ons for Effo, MIT license Effo Devel, the Effo Framework, or Effo Development Platform, MIT license Effo GPLed, GPL licensed addons and applications like memory test, drivers etc. [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. Features: Very simple Very fast, more than 10000 requests/sec High concurrency, support the tens of thousands of concurrent connections. Multiple queue A single queue length maximum support one billion ... [More] (1,000,000,000). Low memory consumption, mass data storage, storage dozens of GB of data takes less than 100MB of physical memory buffer. Convenient to change the maximum queue length of per-queue. Queue status view Be able to view the contents of the specified queue ID. Multi-Character encoding support Less than 700 lines source code, easy to second development. WebSite: http://code.google.com/p/httpsqs/ [Less]

0
 
  0 reviews  |  1 user  |  7,331 lines of code  |  3 current contributors  |  Analyzed almost 2 years ago
 
 

hwmultd (Hardware Multicast Daemon) is a daemon which multicasts hardware information, or respond to mutlicasted hardware information. As a server, hwmultd monitors hardware information and multicasts it so that other computers in the same multicast group can act on that information. As a ... [More] client, hwmultd listens to multicasted hardware information and acts accordingly. For example, one box (the server) can multicast entropy while others listening (the clients) can add it to their own entropy pools. [Less]

0
 
  0 reviews  |  1 user  |  40,423 lines of code  |  1 current contributor  |  Analyzed 12 days ago
 
 

NetMQ is an industrial-strength, high-performance implementation of the Advanced Messaging Queueing Protocol (AMQP.) NetMQ is written in the C programming language for use on POSIX-compliant systems. The NetMQ system consists of a server progam, a client program which allows interaction with the ... [More] server via a command-line interface, a shared library containing server functions, a shared library containing client functions, and C header files for use in developing software which interface with the NetMQ system. The current version of NetMQ implements the AMQP Standard version 0.8. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

A FiveStone Game, based on WinAPI, IDE:VS2005

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 11 days ago
 
 

Its a simple to use message passing system. No special libs are required. Example libs for ruby and C++ are already included. Since we use XML to transfer the data its very easy to write your own Libs in your favorite language. I wrote this programm because i needed it for another project and all ... [More] other message passing systems were too large or complicated. But also this means that my code is not very well tested and might be unstable/buggy/unsecure. Write me the bugs you found and ill try to fix them.... [Less]

0
 
  0 reviews  |  0 users  |  8,209 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.