Re: [WISPA] groundcontrol....

2014-12-03 Thread Patrick Leary
That I won't touch! Patrick Leary M 727.501.3735 -Original Message- From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On Behalf Of Robert Sent: Wednesday, December 03, 2014 5:00 PM To: WISPA General List Subject: Re: [WISPA] groundcontrol Which brings up th

Re: [WISPA] groundcontrol....

2014-12-03 Thread Blair Davis
Mee too!! ...Put your helmet on. -- On 12/3/2014 4:44 PM, Patrick Leary wrote: to Major Tom Sorry, the song's been in my head since this thread popped up. *Patrick Leary* ***M*727.501.3735 *From:*wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.

Re: [WISPA] groundcontrol project

2014-12-03 Thread Mathew Howard
That's basically how I've been monitoring our Ubiquiti stuff for years. It's a pretty simple way to go, you just need some mechanism to get the scripts onto the radios. From: wireless-boun...@wispa.org [wireless-boun...@wispa.org] on behalf of Kristian Hoffmann

Re: [WISPA] groundcontrol....

2014-12-03 Thread Robert
Which brings up the question who amid this motley crew is Major Tom? Or is that the devices? On 12/03/2014 01:44 PM, Patrick Leary wrote: > to Major Tom > > > > Sorry, the song's been in my head since this thread popped up. > > > > *Patrick Leary* > > ***M*727.501.3735 > >

Re: [WISPA] groundcontrol....

2014-12-03 Thread Steve Barnes
I keep thinking it says Gun Control. Steven Barnes GM PCSWIN.com Howard LLC. From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On Behalf Of Patrick Leary Sent: Wednesday, December 03, 2014 4:45 PM To: WISPA General List Subject: Re: [WISPA] groundcontrol to Major Tom.

Re: [WISPA] groundcontrol project

2014-12-03 Thread Kristian Hoffmann
Right, so you can scrape the data from /proc, iwinfo, or wherever else, you can push that back to the server using some kind of HTTP call. It just depends on what's handy and what they've included in their busybox build. Like... #!/bin/sh cat /proc/net/wireless | grep ath | sed 's/[ ]\+/,/g

Re: [WISPA] groundcontrol....

2014-12-03 Thread Patrick Leary
to Major Tom Sorry, the song's been in my head since this thread popped up. Patrick Leary M 727.501.3735 [cid:image001.png@01D00F18.21AB2380] From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On Behalf Of Mathew Howard Sent: Wednesday, Dec

Re: [WISPA] groundcontrol project

2014-12-03 Thread Josh Reynolds
The idea is that we're going to pull stuff from the radios that aren't even exposed via the GUIs... josh reynolds :: chief information officer spitwspots :: www.spitwspots.com On 12/03/2014 12:14 PM, Kristian Hoffmann wrote: For at least MikroTik and Ubnt devices, you could push the stats from

Re: [WISPA] groundcontrol project

2014-12-03 Thread Kristian Hoffmann
For at least MikroTik and Ubnt devices, you could push the stats from the device to the server with a REST call using wget and /tool fetch, respectively. For everything else, you're probably going to have to just poll with SNMP, which isn't (shouldn't be) terrible and would be the most widely

Re: [WISPA] groundcontrol project

2014-12-03 Thread Tim Way
My .02 it should be database agnostic from the start otherwise kudos. On Dec 3, 2014 3:07 PM, "Mathew Howard" wrote: > Didn't they change the provisioning mechanism in aircontrol 2? I thought > they had moved from SSH to something that was supposed to be more efficient. > >

Re: [WISPA] groundcontrol project

2014-12-03 Thread Josh Reynolds
Mmmm there's still ssh keys in devices that are used for C&C to AC2 severs. They did build a "custom protocol" that runs inside that tunnel though. josh reynolds :: chief information officer spitwspots :: www.spitwspots.com On 12/03/2014 12:07 PM, Mathew Howard wrote: Didn't they change the pr

Re: [WISPA] groundcontrol project

2014-12-03 Thread Mathew Howard
Didn't they change the provisioning mechanism in aircontrol 2? I thought they had moved from SSH to something that was supposed to be more efficient. From: wireless-boun...@wispa.org [wireless-boun...@wispa.org] on behalf of Josh Reynolds [j...@spitwspots.com] Se

Re: [WISPA] groundcontrol project

2014-12-03 Thread Josh Reynolds
I've done a bit of work previously to reverse engineering the provisioning mechanism, and I see nothing that would be a problem collecting stats via that method. You'd still have to use groundcontrol to initially connect/provision the units first to exchange SSH keys, and you'd want it to be on

Re: [WISPA] groundcontrol project

2014-12-03 Thread Mike Hammett
They don't seem to care at all what we want if it isn't in their vision. - Mike Hammett Intelligent Computing Solutions http://www.ics-il.com - Original Message - From: "Randy Cosby" To: "WISPA General List" Sent: Wednesday, December 3, 2014 2:09:33 PM Subject: Re: [WISP

Re: [WISPA] groundcontrol project

2014-12-03 Thread Randy Cosby
Would it pay to see if UBNT would allow us to continue to use some of the provisioning mechanisms built into the radios for aircontrol? It's nice to have subscriber units "phone home." On 12/3/2014 12:39 PM, Jay Weekley wrote: I was wondering if that might come about. Maybe another wisp that

Re: [WISPA] groundcontrol project

2014-12-03 Thread Jay Weekley
I was wondering if that might come about. Maybe another wisp that uses their own software might offer something. Mike Hammett wrote: > Further driven by today's post that summed up says, "We don't care > what you want. This is what you get." > > > > - > Mike Hammett > Intelligent Computing S

Re: [WISPA] groundcontrol project

2014-12-03 Thread Mike Hammett
Further driven by today's post that summed up says, "We don't care what you want. This is what you get." - Mike Hammett Intelligent Computing Solutions http://www.ics-il.com - Original Message - From: "Josh Reynolds" To: "WISPA General List" , "Ubiquiti Users Group" , a..

[WISPA] groundcontrol project

2014-12-03 Thread Josh Reynolds
For those of you who haven't heard, several of us started a new project yesterday. https://github.com/esseph/groundcontrol Licensing is tentatively set as falling under GPLv2. We have already been offered code snippets, a dev box, a db server, and several people have decided to volunteer time