Skip to content

Releases: schollz/find

Fingerprint client v0.6

26 Sep 10:38
Compare
Choose a tag to compare
  • Updated dependencies
  • Built with Go1.9

Server 2.4.1

02 Feb 17:41
Compare
Choose a tag to compare

Bug fixes:

Server v2.4

06 Jan 16:13
Compare
Choose a tag to compare

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

09 Dec 20:50
Compare
Choose a tag to compare

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

11 Aug 13:52
Compare
Choose a tag to compare

New features:

  • Database migration (PUT /database)
  • Database deletion (DELETE /database)
  • Better SVM

Bug fixes:

  • String formatting #109
  • Version printing #93
  • Caching now supports threading better

Fingerprint client v0.5

11 Aug 13:36
Compare
Choose a tag to compare

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 and iwlist)
  • Windows
  • Linux
  • OS X

Bug fixes:

  • Updated switching to Windows-alternate

Server v2.1

07 May 14:13
Compare
Choose a tag to compare

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

21 Apr 15:02
Compare
Choose a tag to compare

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 and iwlist)
  • Windows
  • Linux
  • OS X

Bug fixes:

  • Can switch to iwlist if iw is not available (linux only) using --iwlist (issue #42, #62 )
  • Alternative 3rd-party Windows scanner available thanks to ScottSWu (issue #40)
  • Will rest if interface gets confused (issue #29)

Fingerprint client v0.3

18 Apr 19:40
Compare
Choose a tag to compare

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

17 Apr 15:57
Compare
Choose a tag to compare

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: