hessu / aprsc

aprsc, a core APRS-IS server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gettin data

abdazzamajhari opened this issue · comments

So i want to get the data of client table to create an API, how i can get the data for easily from port 14501? Any suggestion of this?

anyone can tell me? to scrap the data localhost:14501 on clients table to database.. because i wanna create an API

If you'll look at the javascript code which populates the web page ( https://github.com/hessu/aprsc/blob/master/src/web/aprsc.js#L496 ), you'll find it queries a /status.json from the server. So, there's an API and there's no need to scrape.