Earlier quoted context omitted.
Like almost everything in life, it depends on your intentions.
like the ends justifies the means?
Show HN: Trackerjacker – Map and track wifi networks you're not connected to
21–30 of 34 posts
Re: Show HN: Trackerjacker – Map and track wifi networks you're not connected to
#22"SET failed on device wlan0 ; Operation not supported"
On the roadmap, or is this just a driver issue?
Re: Show HN: Trackerjacker – Map and track wifi networks you're not connected to
#23Re: Show HN: Trackerjacker – Map and track wifi networks you're not connected to
#24Just tried with a Raspberry Pi 0 - No luck. "SET failed on device wlan0 ; Operation not supported" On the roadmap, or is this just a driver issue?
Re: Show HN: Trackerjacker – Map and track wifi networks you're not connected to
#25Re: Show HN: Trackerjacker – Map and track wifi networks you're not connected to
#26Earlier quoted context omitted.
What wifi dongle are you using?
I tried both the built-in wifi and a Realtek dongle
It sounds like your realtek dongle may not support monitor mode.
Re: Show HN: Trackerjacker – Map and track wifi networks you're not connected to
#27Awesome! The one thing I’m missing is the current status of the network. It tracks all the networks and the clients, but I can’t see when the network was last seen. So if I’m tracking for 30 minutes, I can’t see if a client or network is still available. Besides that, I love it!
Good point, I may add that. One thing to keep in mind though: you can create a simple plugin to keep as up-to-date on whatever data you care about as you like. Here's a simple example of a plugin: https://github.com/calebmadrigal/trackerjacker/blob/master/p... Note that it's about as simple an interface as possible (e.g. no inheritance).
Re: Show HN: Trackerjacker – Map and track wifi networks you're not connected to
#28Just tried with a Raspberry Pi 0 - No luck. "SET failed on device wlan0 ; Operation not supported" On the roadmap, or is this just a driver issue?
What wifi dongle are you using?
* Panda PAU09 N600 Dual Band (higher power, 2.4GHz and 5GHz)
* Alfa AWUS052NH Dual-Band 2x 5dBi (high power, 2.4GHz and 5GHz, large, ugly)
* TP-Link N150 (works well, but not dual band)
Re: Show HN: Trackerjacker – Map and track wifi networks you're not connected to
#29Re: Show HN: Trackerjacker – Map and track wifi networks you're not connected to
#30Earlier quoted context omitted.
Good point, I may add that. One thing to keep in mind though: you can create a simple plugin to keep as up-to-date on whatever data you care about as you like. Here's a simple example of a plugin: https://github.com/calebmadrigal/trackerjacker/blob/master/p... Note that it's about as simple an interface as possible (e.g. no inheritance).
Thanks! I’ll look into that. I’m not a good programmer, but it looks doable :)