From: Roger B. <ro...@ro...> - 2004-04-29 05:12:44
|
Stephen Wood wrote: > I got bitfling to work between my CVS copy as client to the 0.7t9 build > as server. This was between different machines running linux. This was > done with the SCP-5500 which I was a little worried about since there > are some hacks in the code for timeouts and resending packets. What BitFling does is remote the API from commport.py. That means that timeouts which are handled inside those methods are then on the remote end (eg if it takes 20 seconds to send the request and the timeout is 3 seconds, the 3 second counter starts on the remote end). Consequently I would right thing to happen for all existing code. The thing that will go wrong is if you watch the clock on the BitPim end. > I also tried running a server on a WinME machine, but had absolutely no > luck. Nothing ever showed up in the bitfling log on the winme machine. As you surmise it is probably firewall. Try doing a telnet to the port. Roger |