Zack

Results 649 comments of Zack

Definitely! If you'd like to submit a PR I'd be happy to merge. Otherwise I can get to that later this weekend probably.

Whats "name"? Also why do you need "user"? User should be given to the server, so the client will probably know about it.

Hmm. So the purpose of "message" is to relay the Debug message that the server itself into its own log. This is useful to me, as a developer, cause I...

Yes, you can do that. Make a JSON of the mac to filter, like ```json { "ab:cd:ef":true, "ab:cd:eg":true } ``` and then run the FIND server with the `-filter whitelist.json`.

I'd like to, but I don't have the time to right now and its not the focus of this project. I'd suggest trying [Room+](https://play.google.com/store/apps/details?id=com.seversion.roomplus&hl=en), which is a 3rd party app...

@uncleashi That would be wonderful! The logic is very simple. All the app needs to do is capture the RSSI and signal strength of surrounding WiFi networks, and then format...

Yep, that sounds great!

Great @uncleashi ! Here are some answers: 1. Passwords are *not* needed anymore. There are no passwords on the site, and I have no plans for passwords. 2. The ideal...

@uncleashi 1. The "location" is ignored when tracking, and you need not send it. 2. The time is a integer representing Epoch time (seconds since 01/01/1970). There should be a...

Cool, great progress! In terms of learning modes, I haven't tested so I can't tell you for sure. I suppose that 1 is better, but I usually just do 2...