petal/eventdb

help

all files are available under the BSD License
where <OWNER> = Tony Chang and <YEAR> = 2005

A TCP/IP event server.  There are two types of clients that would
connect to this server: senders and streams.  Senders send events to the
server which then logs the events in a database.  Streams receive events
from the event server as they occur.  Currently, streams receive all the
events that occur.  In the future, there will be the ability to filter
the stream.

For more information about the networ protocol, see protocol.txt.

Debug information from the EventServer gets logged to 
http://orchid.cs.uiuc.edu/~tychang1/research/eventdb.txt

Files:
    createTable.sql - the db schema
    
    DBWrapper.py - an API for adding events to the DB
    
    Event.py - an object representing an event
    
    EventServer.py - the executable event server application
    
    test{Send,Stream}.sh - test scripts to connect to the server and
                           execute a few commands

    

Current directory:[home] / petal / eventdb
Files shown:8
Download directory:petal/eventdb.tar.gz
statcvs

File Rev. Age Author Last log entry
(dir) client_vb/        
(file) DBWrapper.py (graph)   1.3  7 years  ws  updated to handle parameters
(file) Event.py (graph)   1.3  7 years  ws  backup, just incase svn corrupts data
(file) EventServer.py (graph)   1.6  7 years  ws  backup, just incase svn corrupts data
(file) README.txt (graph)   1.2  7 years  ws  added information about logging
(file) createTable.sql (graph)   1.2  7 years  ws  database driven event server
(file) protocol.txt (graph)   1.3  7 years  ws  added info about close
(file) testSend.sh (graph)   1.1  7 years  ws  test scripts to test the event server
(file) testStream.sh (graph)   1.1  7 years  ws  test scripts to test the event server

Show files using tag:
 

tony at ponderer dot org
Powered by
ViewCVS 0.9.2