IMLS / estimating-wifi

Estimating Wifi is a pilot project to automate the censusing of proximal wifi devices via low-cost and open source tools.
https://10x.gsa.gov/projects/shared-components-for-museums-and-libraries/
Other
10 stars 2 forks source link

Config .ini file needs rework to properly support port value #348

Open bklaas opened 1 year ago

bklaas commented 1 year ago

default host is statspilot.gsalibs.org/api, which is not a host it's a url stub. this makes the port value show up in the wrong spot in the cobbled together URI, e.g. statspilot.gsalibs.org/api:443/rpc/update_presence. That will fail

I'll make the change to fix the issue and make a PR after testing the fix

bklaas commented 1 year ago

FYI @meenubhooshanan this will allow the port param to stay in the .go code for creating URIs, as it should.