2008-09-16 17:46:43 +00:00
|
|
|
from PyTrackerClient import *
|
2008-09-17 22:37:20 +00:00
|
|
|
import curses
|
|
|
|
|
2008-09-16 17:46:43 +00:00
|
|
|
test=TrackClient('edistar','refeco3','80.61.221.9')
|
2008-09-17 22:37:20 +00:00
|
|
|
test.StartTrack()
|
|
|
|
# I need an event to call test.StopTrack!
|
|
|
|
# How do I do that? Best would be KeyPressed("q") or something
|
2008-09-16 17:46:43 +00:00
|
|
|
ecore.main_loop_begin()
|