1 Gem::Specification.new do |s|
5 s.authors = ["Erik S. Chang", "Frank Maritato"]
6 s.email = %q{lwes-devel@lists.sourceforge.net}
7 s.summary = %q{Ruby API for the Light Weight Event System}
8 s.homepage = %q{http://www.lwes.org/}
9 s.extensions = %w(ext/lwes/extconf.rb)
11 The LWES Light-Weight Event System is a framework for allowing the exchange of
12 information from many machines to many machines in a controlled, platform
13 neutral, language neutral way. The exchange of information is done in a
14 connectless fashion using multicast or unicast UDP, and using self describing
15 data so that any platform or language can translate it to it's local dialect.
23 examples/my_events.esf
38 test/unit/test_emit_struct.rb
39 test/unit/test_emitter.rb
40 test/unit/test_struct.rb
41 test/unit/test_type_db.rb