{"id":21541981,"url":"https://github.com/bisohns/signalum","last_synced_at":"2025-04-10T04:24:32.869Z","repository":{"id":57467108,"uuid":"170656781","full_name":"bisohns/signalum","owner":"bisohns","description":"To explore creating an application that detects available connections at once from wifi and bluetooth","archived":false,"fork":false,"pushed_at":"2019-09-01T21:49:48.000Z","size":456,"stargazers_count":58,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T11:48:23.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bisohns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-14T08:38:46.000Z","updated_at":"2023-07-13T16:23:47.000Z","dependencies_parsed_at":"2022-09-10T02:01:54.587Z","dependency_job_id":null,"html_url":"https://github.com/bisohns/signalum","commit_stats":null,"previous_names":["bisoncorps/signalum"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisohns%2Fsignalum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisohns%2Fsignalum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisohns%2Fsignalum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisohns%2Fsignalum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bisohns","download_url":"https://codeload.github.com/bisohns/signalum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248155952,"owners_count":21056739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T05:08:10.405Z","updated_at":"2025-04-10T04:24:32.851Z","avatar_url":"https://github.com/bisohns.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"100\" height=\"100\" src=\"signalum.png\"\u003e\u003cbr\u003e\n    \u003cspan\u003e \u003ca href=\"https://travis-ci.com/bisoncorps/signalum\"\u003e\u003cimg src=\"https://travis-ci.com/bisoncorps/signalum.svg\" alt=\"Build Status\" height=\"18\"\u003e\u003c/a\u003e \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"License: MIT\" height=\"18\"\u003e\u003c/a\u003e \u003ca href=\"https://badge.fury.io/py/signalum\"\u003e\u003cimg src=\"https://badge.fury.io/py/Signalum.svg\" alt=\"PyPI version\" height=\"18\"\u003e\u003c/a\u003e \u003c/span\u003e\n  \u003ch1\u003e Signalum \u003c/h1\u003e\n\u003c/p\u003e\n\nA Linux Package to detect and analyze existing connections from wifi and bluetooth. Also checkout the [Desktop Application](https://github.com/bisoncorps/signalum-desktop).\n\n- [Signalum](#signalum)\n  - [Installation](#installation)\n  - [Development](#development)\n  - [Usage](#usage)\n  - [Contribution](#contribution)\n  - [License (MIT)](#license-mit)\n\n## Installation\n\n```bash\n    pip install signalum\n```\n\n## Development\n\n```bash\n    git clone git@github.com:bisoncorps/signalum.git\n\n    sudo apt-get install bluetooth libbluetooth-dev\n    \n    cd signalum\n\n    pip install -r requirements.txt\n```\n\n\n\n## Usage\n\n```python\n   from signalum.core import _bluetooth as bt\n   from signalum.core import _wifi as wf\n\n   kwargs = dict()\n   # avoid showing graph when calling from code\n   kwargs['graph'] = False\n   kwargs['color'] = False\n   kwargs['analyze_all'] = True\n   # no extra info\n   kwargs['show_extra_info'] = True\n   wf_devices = wf.wifilyze(**kwargs)\n   # contains two lists, first is the list of cell objects\n   # print all properties of first Cell object\n   print(wf_devices[0][0].__dict__)\n   # {'ssid': 'Dexter', \n   # ... ,\n   #   'address': '***********', \n   #   'encrypted': True, \n   #   'encryption_type': 'wpa2', \n   #   'signal': -33,}   \n\n   # show device names \n   kwargs['show_names'] = True\n   kwargs['show_extra_info']\n   bt_devices = bt.bluelyze(**kwargs)\n   print(bt_devices[0][0])\n   # ['Deven-Dexter', '***********', -59, 'Phone', 'Smartphone', 'Rendering|Object Transfer|Audio|Information|']\n\n```\n\nSignalum also comes with a cli tool called `signalyze`\n![Demo](output.gif)\n\n```bash\n  ▄▄▄▄    ▄                         ▀▀█           ▄▄▄▄▄▄\n █▀   ▀   █     ▄▄▄▄  ▄ ▄▄    ▄▄▄     █    ▄   ▄      █▀  ▄▄▄\n ▀█▄▄▄    █    █▀ ▀█  █▀  █  ▀   █    █    ▀▄ ▄▀    ▄█   █▀  █\n     ▀█   ▀    █   █  █   █  ▄▀▀▀█    █     █▄█    ▄▀    █▀▀▀▀\n ▀▄▄▄█▀   █    ▀█▄▀█  █   █  ▀▄▄▀█    ▀▄▄   ▀█    ██▄▄▄▄ ▀█▄▄▀\n                ▄  █                        ▄▀\n                 ▀▀                        ▀▀\n                 ▀▀                        ▀▀\nusage: signalyze [-h] [-o OUTPUT] [--show-name] [-b | -w | -all] [--show-graph | --show-extra-info]\noptional arguments:\n    -h, --help            show this help message and exit                  \n    -o OUTPUT, --output OUTPUT  save to an output csv file                       \n    --show-name           Show Device name and mac address                 \n    -b, --bluetooth       Analyze only bluetooth                           \n    -w, --wifi            Analyze only wifi                                \n    -all, --analyze-all   Analyze both wifi and bluetooth  \n    --show-graph          Show Realtime graph of nearby devices\n    --show-extra-info     Show extra information like services and device  classification   \n```\n\n\n## Contribution\n\nYou are very welcome to modify and use them in your own projects.\n\n## License (MIT)\n\nThis project is opened under the [MIT 2.0 License](https://github.com/bisoncorps/signalum/blob/master/LICENSE) which allows very broad use for both academic and commercial purposes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbisohns%2Fsignalum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbisohns%2Fsignalum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbisohns%2Fsignalum/lists"}