{"id":22860011,"url":"https://github.com/reelyactive/tessel-roam","last_synced_at":"2025-03-31T08:22:49.814Z","repository":{"id":69137242,"uuid":"421205089","full_name":"reelyactive/tessel-roam","owner":"reelyactive","description":"Collect geolocated radio decodings from a reelyActive Owl-in-One based on the Tessel 2 platform.  We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2022-08-31T19:52:08.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-06T12:48:09.939Z","etag":null,"topics":["bluetooth-low-energy","gps-tracking","owl-in-one","tessel-2"],"latest_commit_sha":null,"homepage":"https://www.reelyactive.com/products/gateways/#owl-in-one","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reelyactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-25T22:38:26.000Z","updated_at":"2022-08-30T23:08:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd20e47d-0feb-4dec-ab74-a896590c0245","html_url":"https://github.com/reelyactive/tessel-roam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Ftessel-roam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Ftessel-roam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Ftessel-roam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Ftessel-roam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/tessel-roam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436950,"owners_count":20777124,"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":["bluetooth-low-energy","gps-tracking","owl-in-one","tessel-2"],"created_at":"2024-12-13T09:08:41.766Z","updated_at":"2025-03-31T08:22:49.808Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"tessel-roam\n===========\n\nCollect geolocated radio decodings from a [reelyActive Owl-in-One](https://www.reelyactive.com/products/gateways/#owl-in-one) based on the [Tessel 2](https://tessel.io/) platform.  Geolocates using a USB GPS and writes radio decodings ([raddecs](https://github.com/reelyactive/raddec/)) from a reel module (BLE) and/or from tcpdump (WiFi) to a USB drive.\n\nFor complementary functionality, consider instead:\n- [tessel-edge](https://github.com/reelyactive/tessel-edge) for real-time packet forwarding\n- [tessel-monitor](https://github.com/reelyactive/tessel-monitor) to monitor Bluetooth Low Energy advertising traffic dynamics\n\nConsult the following tutorials as step-by-step configuration guides:\n- [Configure an Owl-in-One](https://reelyactive.github.io/diy/oio-config/)\n- [Create a WLAN of Owl-in-Ones and a laptop](https://reelyactive.github.io/diy/oio-wlan/)\n\nInstallation\n------------\n\nClone this repository, browse to its root, then run:\n\n    npm install\n\n\nConfiguration\n-------------\n\nAll configuration parameters can be found in the file __config.js__.  Update only this file, as required.\n\n| Parameter                   | Description                                   | \n|:----------------------------|:----------------------------------------------|\n| LISTEN_TO_REEL              | Enable listener on reel module (default: true)|\n| LISTEN_TO_TCPDUMP           | Enable listener on tcpdump (default: false)   |\n| ENABLE_MIXING               | Combine multiple decodings of an individual transmitter into a single raddec (default: true) |\n| MIXING_DELAY_MILLISECONDS   | Mixing delay of radio decodings (default: 1000) |\n| RADDEC_FILTER_PARAMETERS    | (see [raddec-filter](https://github.com/reelyactive/raddec-filter/))                           |\n| LOGFILE_NAME_PREFIX         | (default: 'roamlog')                          |\n| LOGFILE_EXTENSION           | (default: '.csv')                             |\n| LOGFILE_DELIMITER           | (default: ',')                                |\n| LOGFILE_MINUTES_TO_ROTATION | (default: 60)                                 |\n| STORAGE_MOUNT_POINT         | (default: '/mnt/sda1')                        |\n| GPS_MOUNT_POINT             | (default: '/dev/ttyUSB0')                     |\n| IS_DEBUG_MODE               | Set true and `t2 run index.js` for console log|\n\n\nProgramming\n-----------\n\nProgramming the Tessel 2 requires the [t2-cli](https://www.npmjs.com/package/t2-cli) package which can be installed by following [these instructions](https://tessel.github.io/t2-start/).\n\nWith the Tessel 2 connected to the programming station via USB, from the root of this repository run:\n\n    t2 push index.js\n\nThe code will be pushed to flash memory on the Tessel and will run every time it boots.\n\n\nOutput\n------\n\nBy default, __tessel-roam__ will write to logfiles _roamlog-ble-YYMMDD-HHMMSS.csv_ and _roamlog-wifi-YYMMDD-HHMMSS.csv_, which it will rotate every 60 minutes, the following comma-separated values:\n\nGPS Epoch,CPU Epoch,transmitterId,transmitterIdType,rssi,lat,lon,speed,course\n\n\nPrerequisites\n-------------\n\nThe __tessel-roam__ software expects the following:\n- a reel or reelceiver module connected via UART on Port A\n- maximum baud rate of Port A set to at least 230400\n- tcpdump installed (only if LISTEN_TO_TCPDUMP is true)\n- coreutils-stty installed\n- GPS module connected via USB\n- thumb drive connected via USB\n\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2021-2022 [reelyActive](https://www.reelyactive.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN \nTHE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Ftessel-roam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Ftessel-roam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Ftessel-roam/lists"}