Getting details of AllStar Node from the Node ID
Hi All, Is there an 'API' (Either on the local node or the web) for getting info on an individual AllStar node, from the node number? E.G Call Sign / Location etc Or, a list in CSV / JSON format? There's a list here - https://allstarlink.org/nodelist.php But from experience, parsing HTML tables is a pain. Thanks Matthew 2E0SIP
The only public API I am aware of is this Allmon script. https://github.com/tsawyer/allmon2/blob/master/astdb.php It grabs the whole node list not just one node. But if you cron it to run once a day then you can parse the result often as needed. On Mon, Apr 23, 2018 at 4:03 PM, 2E0SIP <app_rpt@marrold.co.uk> wrote:
Hi All,
Is there an 'API' (Either on the local node or the web) for getting info on an individual AllStar node, from the node number? E.G Call Sign / Location etc
Or, a list in CSV / JSON format?
There's a list here - https://allstarlink.org/nodelist.php But from experience, parsing HTML tables is a pain.
Thanks
Matthew 2E0SIP
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Tim WD6AWP
I have a test json scriptthat is available to the web: http://stats.allstarlink.org/GregTestjsondata.cgi I wrote some php scripts to parse that data: http://stats.allstarlink.org/maps/nodeList.php?node=2135 By call: http://stats.allstarlink.org/maps/callAllstarNodes.php?callsign=W3WAN Some maps that use it: http://stats.allstarlink.org/maps/index.html 73 Greg KD3SU On 04/25/2018 05:21 PM, Tim Sawyer wrote:
The only public API I am aware of is this Allmon script. https://github.com/tsawyer/allmon2/blob/master/astdb.php
It grabs the whole node list not just one node. But if you cron it to run once a day then you can parse the result often as needed.
On Mon, Apr 23, 2018 at 4:03 PM, 2E0SIP <app_rpt@marrold.co.uk <mailto:app_rpt@marrold.co.uk>> wrote:
Hi All,
Is there an 'API' (Either on the local node or the web) for getting info on an individual AllStar node, from the node number? E.G Call Sign / Location etc
Or, a list in CSV / JSON format?
There's a list here - https://allstarlink.org/nodelist.php <https://allstarlink.org/nodelist.php> But from experience, parsing HTML tables is a pain.
Thanks
Matthew 2E0SIP
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Tim WD6AWP
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Thanks both, thats really helpful Matthew 2E0SIP On Wed, Apr 25, 2018 at 10:45 PM, Greg Thornwall <thorn@myactv.net> wrote:
I have a test json script that is available to the web:
http://stats.allstarlink.org/GregTestjsondata.cgi
I wrote some php scripts to parse that data:
http://stats.allstarlink.org/maps/nodeList.php?node=2135
By call:
http://stats.allstarlink.org/maps/callAllstarNodes.php?callsign=W3WAN Some maps that use it: http://stats.allstarlink.org/maps/index.html
73 Greg KD3SU
On 04/25/2018 05:21 PM, Tim Sawyer wrote:
The only public API I am aware of is this Allmon script. https://github.com/tsawyer/allmon2/blob/master/astdb.php
It grabs the whole node list not just one node. But if you cron it to run once a day then you can parse the result often as needed.
On Mon, Apr 23, 2018 at 4:03 PM, 2E0SIP <app_rpt@marrold.co.uk> wrote:
Hi All,
Is there an 'API' (Either on the local node or the web) for getting info on an individual AllStar node, from the node number? E.G Call Sign / Location etc
Or, a list in CSV / JSON format?
There's a list here - https://allstarlink.org/nodelist.php But from experience, parsing HTML tables is a pain.
Thanks
Matthew 2E0SIP
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Tim WD6AWP
_______________________________________________ App_rpt-users mailing listApp_rpt-users@lists.allstarlink.orghttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (3)
-
2E0SIP -
Greg Thornwall -
Tim Sawyer