Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Network connection speed.

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
bedrosm
Posts: 3
Joined: March 14th, 2005, 11:29 pm

Network connection speed.

Post by bedrosm »

Is there any way in LCD Smartie to show the network connection speed without me typing it in manually. I Have the IP address showing on the screen and I like to see the connection speed right below it. This would help me since I have the system running on a wireless network and the connection speed is constantly changing. Any help would be appreciated.

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

What about the network commands :?:
$NetSpDownK([adapter])
Download speed in KB/s of adapter number [adapter].
[adapter] can be 0-9.

$NetSpDownM([adapter])
Download speed in MB/s of adapter number [adapter].
[adapter] can be 0-9.

$NetSpUpK([adapter])
Upload speed in KB/s of adapter number [adapter].
[adapter] can be 0-9

$NetSpUpM([adapter])
Upload speed in MB/s of adapter number [adapter].
[adapter] can be 0-9.

bedrosm
Posts: 3
Joined: March 14th, 2005, 11:29 pm

Post by bedrosm »

Maybe I was not clear about the speed I was asking for. I'm looking for the NIC card Link speed to a hub or a switch. Example 100Mbps/Full Duplex.

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Your post was very clear....

But I don't think you can get this value through standard network commands of smartie...

Maybe a plugin req will help you.

Post Reply