datagod / gpsprobe

GPSProbe allows you to record GPS, MAC address, signal strength etc. of wifi enabled devices nearby.
GNU General Public License v3.0
18 stars 4 forks source link

Missing library #3

Open axxic3 opened 2 years ago

axxic3 commented 2 years ago

The library FriendlyNameList gpsprobe.py depends on is missing. Would you know where I can find this?

Additionally, I had to declare the character encoding at the top of that file with utf-8 by adding this line: # -*- coding: utf-8 -*-

datagod commented 2 years ago

For now just make an empty file and put it in the same directory. It is a list of devices that you want to identify as friendly. I will send you an example tomorrow.

On Tue, Nov 16, 2021, 10:39 PM axxic3 @.***> wrote:

The library FriendlyNameList gpsprobe.py depends on is missing. Would you know where I can find this?

Additionally, I had to declare the character encoding at the top of that file with utf-8 by adding this line:

-- coding: utf-8 --

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/datagod/gpsprobe/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2L2FG74AJHTH4QOQOJ7ZTUMMPY5ANCNFSM5IF4ZARQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

kikstandz commented 2 years ago

Hi, can you provide an example for the FriendlyNameList please?

sdenike commented 2 years ago

@datagod do you have an example of this file?

datagod commented 2 years ago

Example of the file contents:

FriendlyNameList = { 'A5-DA-C4-BE-5F-D6' : 'RooftopExtender',
'A0-28-ED-80-6C-DA' : 'BillPhone1', 'A7-AD-CB-15-36-9F' : 'BillPhone2' }

sdenike commented 2 years ago

@datagod Thanks that got me past that issue! Now just have to find a way to bypass the HAT as I am not using one and it keeps throwing errors about the NameError: name 'arcaderetroclock' is not defined …. Any chance you can redo the installation/config guide that would be super helpful for us all :) Thanks again for taking the time to create this script!

datagod commented 2 years ago

I would love to jump back in to this project and solve the issues. I just have zero time this week. Hopefully next week won't be so busy.

datagod commented 2 years ago

Can you show me how you are launching the program? Make sure to NOT use -u because that is used to tell the program you have a HAT. I'll have to test that logic.

2022-10-03 12_48_10-gpsprobe_gpsprobe py at master · datagod_gpsprobe - Brave

sdenike commented 2 years ago

I am simply trying python gpsprobe.py -i wlan0 but when doing so it looks like it must still be wanting to run the HAT as this is the error.

Traceback (most recent call last): File "/root/src/gpsprobe/gpsprobe.py", line 1361, in <module> StatusBarRouter = arcaderetroclock.Sprite( NameError: name 'arcaderetroclock' is not defined

sdenike commented 1 year ago

Just checking if there is an update on this script. I know we chatted via email a while back about updates to it. Thanks!

datagod commented 1 year ago

Hello, I promise I plan to get back to this project as soon as I can. I am just on some very tight schedules with work.

Thanks for checking in

Bill

On Wed, May 3, 2023 at 10:51 AM Shelby DeNike @.***> wrote:

Just checking if there is an update on this script. I know we chatted via email a while back about updates to it. Thanks!

— Reply to this email directly, view it on GitHub https://github.com/datagod/gpsprobe/issues/3#issuecomment-1533174774, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2L2FHFN7YIQQADF7D4V7DXEJWIZANCNFSM5IF4ZARQ . You are receiving this because you were mentioned.Message ID: @.***>