Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Ping plugin
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Hardware Genie - Plugin Author
- Posts: 42
- Joined: June 28th, 2005, 3:42 am
- Location: Australia
Ping plugin
I have a pretty mangled router, so I wanted to know if it was on the internet or stuffing up. This plugin pings google.com. Please note that because of the fragile nature of ICMP, this may occasionally return a false positive. If there are any other troubles let me know.
_____________________________________________________________________________________________________________________
Files:
-> pingplugin.dll
Usage:
-> $dll(pingplugin.dll,1,[success],[failure])
Example (1 line on a 20 character lcd):
-> Internet status:$dll(pingplugin.dll,1,Good,Bad)
Download here
_____________________________________________________________________________________________________________________
Files:
-> pingplugin.dll
Usage:
-> $dll(pingplugin.dll,1,[success],[failure])
Example (1 line on a 20 character lcd):
-> Internet status:$dll(pingplugin.dll,1,Good,Bad)
Download here
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Plugin Author
- Posts: 54
- Joined: November 20th, 2005, 2:05 pm
- Location: Curitiba, Paran?, Brazil
- Contact:
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
I really don't like to work on others ideas...
But I have a little program under development (published on my site) called i-Net which is a windows ping utility.
I had some plans to make a plugin for LCD Smartie for this program.
But all my plans stopped when a ping plugin was released.
Penjuin was to fast me...
Now I'm consider to start coding again.
Hey Penjuin, I really love your job!
Don't get mad of me 
But I have a little program under development (published on my site) called i-Net which is a windows ping utility.
I had some plans to make a plugin for LCD Smartie for this program.
But all my plans stopped when a ping plugin was released.
Penjuin was to fast me...
Now I'm consider to start coding again.
Hey Penjuin, I really love your job!


-
- Hardware Genie - Plugin Author
- Posts: 42
- Joined: June 28th, 2005, 3:42 am
- Location: Australia
Thanks Limbo! I actually need a bit of help with the ping plugin. I have just returned from a long holiday and have decided to do some more electrical stuff. As you have no doubt read I am definitely not a delphi programmer. I am in need of delphi code that will split strings. For example, turning "Good|Bad" into two different variables, splitting at the "|" character. I can accomplish this in just about every other language I know, just not delphi
.
Any help would be great.

Any help would be great.
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Take a look here http://delphi.about.com/cs/adptips2002/ ... 1102_5.htm
and here http://www.swissdelphicenter.ch/torry/s ... hp?id=2064
and here http://www.swissdelphicenter.ch/torry/s ... hp?id=2064