Releases: schollz/find
Fingerprint client v0.6
- Updated dependencies
- Built with Go1.9
Server 2.4.1
Bug fixes:
- v2.4 causes panic because of a BoltDB bug, which is now fixed (boltdb/bolt@e9cf4fa).
Server v2.4
New features:
- Added filtering in the dashboard, e.g.
/dashboard/GROUPNAME?users=USERNAME
- New route to get last raw fingerprint, e.g.
/lastfingerprint?group=GROUPNAME&user=USERNAME
- Added cutoff / mixin overrides to the dashboard
- Added mqtt button to dashboard to quickly get info
Bug fixes:
/explore
now works with non-Mac names- Using polynomial SVM model, as its 30x faster and only slightly less accurate
- Increased dashboard speed for groups with many users
Server v2.3
New features:
- Random Forests implemented (requires Python - see docs for use), use with
-rf
#128 #115 - Filtering specific routers enabled, use with
-filter
#129 - Historical routes added, use with
GET /location?group=X&n=Y
to get last Y fingerprints #131
Bug fixes:
- MQTT configuration adds itself to the current configuration (instead of replacing it)
- Dashboard shows top 3 values for guesses
- Better cacheing
Server v2.2
Fingerprint client v0.5
Unzip and then double click to run. You'll be prompted for the info that's needed.. You can easily change the defaults by running --help and using the flags.
Supports:
- Raspberry Pi (
iw
andiwlist
) - Windows
- Linux
- OS X
Bug fixes:
- Updated switching to Windows-alternate
Server v2.1
New features:
- Tooltips for more information (#80)
- Mixin override (#79)
- Calculate posteriors faster (#78)
- Bulk delete locations (#19)
- Tests for multiple cutoffs (#28)
- Added MQTT support using
mosquitto
(#82) - Added SVM support using
libsvm
(#89) - Can dump database to text files, i.e. for reloading with
curl
(#45, #88)
Bug fixes:
- IP defaults to localhost if not detected (#68)
- Server can be used with systemd (#56)
- Graph tooltip easier to click on (#47)
- Group name only made upon learning (#24)
- Deleting changed to DELETE requests (#19)
Pulse:
- +9 contributors
- +13 pull requests
- +47 issues closed
Edit: Updated 05/14/2016 with minor bug fix and #96. (2.1b)
Fingerprint client v0.4
Unzip and then double click to run. You'll be prompted for the info that's needed.. You can easily change the defaults by running --help and using the flags.
Supports:
- Raspberry Pi (
iw
andiwlist
) - Windows
- Linux
- OS X
Bug fixes:
Fingerprint client v0.3
Unzip and then double click to run. You'll be prompted for the info that's needed.. You can easily change the defaults by running --help
and using the flags.
Features:
- Supports Raspberry Pi
- Supports Windows
- Supports Linux
- Supports OSX
Fingerprinting client v0.2
Unzip and then double click to run. You'll be prompted for the info that's needed.. You can easily change the defaults by running --help
and using the flags.
Features:
- Supports Raspberry Pi
- Supports Windows
- Supports Linux
Bugs:
- Does not support OS X, yet. Please help me, I don't own a OS X computer