Broadband Forums Forum Home | Broadbandinfo.com | Broadband Speed Test | Site Map

Go Back   Broadband Forums > Satellite Internet Service > Hughesnet
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1 ()  
Old 06-28-2008, 11:34 AM
dudeslce dudeslce is offline
Junior Member
 
Join Date: Jun 2008
Posts: 1
Default Handy Bash Script

#!/bin/bash
#status.sh
#Save as status.sh
If your running *nix you can use this small bash script to print out your System status, connection strength, and FAP status. Here it is:
(be sure your modem is at 192.168.0.1 or adjust accordingly, script designed for use with HN700S)

stat=`lynx -dump -nolist http://192.168.0.1/sys_status/ | sed -n 6p`

ex=`lynx -dump -nolist http://192.168.0.1/sys_status/ | sed -n 25p`

op=`lynx -dump -nolist http://192.168.0.1/status/status_bar | sed -n 6p`

echo "Status:" $op
echo "Signal:" $stat
echo "Exceeded:" $ex


----------------------------------------------------------------

You can run 'watch -t -n 1 status.sh' for auto-refresh

Last edited by dudeslce : 07-10-2008 at 08:44 PM.
Reply With Quote
Reply

« Speed test results | - »

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 11:23 AM.


Copyright ©2000 - 2008