KpyM Telnet/SSH Server - Forum
Compiling in standalone mode
sr Compiling in standalone mode
 
I've been trying to get rid of the terminal positioning commands that the Kpym Server sends.

Modified GotoXY and Cls especially, but this doesn't
seem to make a difference.

I was hoping to run the deamon in standalone mode,
but this seems like a non-trivial task.

Wondering if this is something that is possible - especially if there is a template out there that
I can reuse.

thanks,
-sr


sr
 
found the -debug option.
Had to find it just after posting to the list!


This is the crux of the problem I am seeing -

When running a command multiple times, the output
seems to vary.
Attached at the bottom of the email are two calls
to ping immediately after logging into the KpYm server (telnet).

Notice that Line 4-5 don't have an empty line, whereas
line 18 is an empty line at the equivalent point of the second call.

I used "putty" a full featured client. So this (atleast I hope) is not an issue with the client.

I have not been able to decipher when this happens,
but scripts that I'm trying to develop are sensitive
to which line number things occur on and this is causing me considerable grief.

There are other times, when there is a whole bunch of
white-space that appreas randomly inbetween the output. Almost as if a clear-screen has been performed midway through the command. I've tried to make the Cls command a noop, but it still happens. Not sure what else I should do.

Thanks in advance for any help.
-sr

1 Active code page: 437
2 C:\Users\qa>ping 192.168.224.42
3
4 Pinging 192.168.224.42 with 32 bytes of data:
5 Reply from 192.168.224.42: bytes=32 time<1ms TTL=128
6 Reply from 192.168.224.42: bytes=32 time<1ms TTL=128
7 Reply from 192.168.224.42: bytes=32 time<1ms TTL=128
8 Reply from 192.168.224.42: bytes=32 time<1ms TTL=128
9
10 Ping statistics for 192.168.224.42:
11 Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
12 Approximate round trip times in milli-seconds:
13 Minimum = 0ms, Maximum = 0ms, Average = 0ms
14
15 C:\Users\qa>ping 192.168.224.42
16
17 Pinging 192.168.224.42 with 32 bytes of data:
18
19 Reply from 192.168.224.42: bytes=32 time<1ms TTL=128
20 Reply from 192.168.224.42: bytes=32 time<1ms TTL=128
21 Reply from 192.168.224.42: bytes=32 time<1ms TTL=128
22 Reply from 192.168.224.42: bytes=32 time<1ms TTL=128
23
24 Ping statistics for 192.168.224.42:
25 Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
26 Approximate round trip times in milli-seconds:
27 Minimum = 0ms, Maximum = 0ms, Average = 0ms


Kroum Grigorov
 
The putty output, did you get this from your "stripped" version (GotoXY and Cls modified) or from the current release?

We can discuss this in more details over e-mail, just drop me an e-mail at support@kpym.com

I'd rather look for another way to compose your scripts, I'm a little concerned about scripts "are sensitive to which line number things occur "

Kroum


 

© 2007 - 2008 Kroum Grigorov
Powered by phpBB © 2001, 2005 phpBB Group