The front page access point count has been fixed to show an accurate
count of the nodes in the couchdb database.
Don
if it gets more than one hit it'll show a list
http://www.geomena.org/essid/NETGEAR
if it gets just one hit it'll redirect to that AP page
http://www.geomena.org/essid/MetroFi-Free
The front-page search box can take either the ESSID (network name) or
a BSSID (mac address). I had some coffee at 8pm last night and was
wide awake at 2am working on this stuff because I couldnt sleep.
Don
Lookups should be fixed now. An oversight in the code. Ill have a unit test for regular w3c lookups soon.
Yeah the not found err msg doesn't exist. The sinatra app doesn't have sessions turned on yet so it can remember those things.
Don
On Feb 27, 2010 9:27 PM, "Aaron Parecki" <aa...@parecki.com> wrote:
Cool! Seems to work well. The only thing is that if it can't find the essid, it redirects me to the home page without telling me what happened.
Regular location lookups are broken for me again. I don't know if it's just this browser or what. (FF 3.5.7 on Windows) I ran wireshark while doing the lookup, and I see the post from Firefox, and the response is "<h1>Internal Server Error</h1>".
Aaron
On Sat, Feb 27, 2010 at 7:50 PM, Don Park <don....@gmail.com> wrote:
>
> ive added an ESSID sear...