Mitul,
The original code was written by Amish Mehta. It worked in daemon mode off a console screen. You had to kill the process to stop it.
I wrote a GTK based X client based on Amish's network code. However, since I do not have access to a Cyberoam account, I could not test it, except in simulation. Kishor Bhagwat has reported some problems with it.
Anyway, I will e-mail you the code from home tonight. See if you can debug it and get it to work properly. If you want the original console daemon code, please ask Amish for the download details (I think he had a Yahoo download site, IIRC).
Regards,
Krishnan
__________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com
hi I've tried both, Krishnan's gtk client, and amish's console based client. Right now, the most pressing bug in both versions is the fact that the connection dies out after about 10-15 minutes, so i have to keep reconnecting. Can someone please(repeat-please) look at the code and lemme know? You could even come over to my place to debug if u want!! else, amish, if you could tell me how u've implemented it, i could try again in java..?
regards, kishor
--- "S. Krishnan" sri_krishnan@yahoo.com wrote:
Mitul,
The original code was written by Amish Mehta. It worked in daemon mode off a console screen. You had to kill the process to stop it.
I wrote a GTK based X client based on Amish's network code. However, since I do not have access to a Cyberoam account, I could not test it, except in simulation. Kishor Bhagwat has reported some problems with it.
Anyway, I will e-mail you the code from home tonight. See if you can debug it and get it to work properly.
If you want the original console daemon code, please ask Amish for the download details (I think he had a Yahoo download site, IIRC).
Regards,
Krishnan
Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com _______________________________________________ Next Online IRC LUG Meet on 31st Aug @ 4:30pm http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
__________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com
--- kishor bhagwat aaaaarrrgghhh@yahoo.com wrote:
hi I've tried both, Krishnan's gtk client, and amish's console based client. Right now, the most pressing bug in both versions is the fact that the connection dies out after about 10-15 minutes, so i have to keep reconnecting. Can someone please(repeat-please) look at the code and lemme know? You could even come over to my place to debug if u want!!
I have the day off tomorrow, so that I'll see what I can do for the disconnects. It will be difficult though in the absence of a real Cyberoam connection. Anyway, let me review the network code and get back. I will mail you (Kishor) directly if I find something.
Rgds,
Krishnan
__________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com
On Fri, 7 Sep 2001, kishor bhagwat wrote:
I've tried both, Krishnan's gtk client, and amish's console based client. Right now, the most pressing bug in both versions is the fact that the connection dies out after about 10-15 minutes, so i
Try running it with tcpdump on (log everything). Then, check what happens just before the disconnect.
Philip