neo1973-germany/PyTracker/trunk/clientscript.py
edistar 44271cfda6 Some more bug fixes.. Server and Client should be finished now! (Save a
few bugs for later)


git-svn-id: http://www.neo1973-germany.de/svn@163 46df4e5c-bc4e-4628-a0fc-830ba316316d
2008-09-17 22:37:20 +00:00

8 lines
244 B
Python

from PyTrackerClient import *
import curses
test=TrackClient('edistar','refeco3','80.61.221.9')
test.StartTrack()
# I need an event to call test.StopTrack!
# How do I do that? Best would be KeyPressed("q") or something
ecore.main_loop_begin()