Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brh55/patch-fitbit-simulator
A simple CLI to patch the Fitbit OS Simulator with the new SSL certificate - March 2022
https://github.com/brh55/patch-fitbit-simulator
Last synced: 24 days ago
JSON representation
A simple CLI to patch the Fitbit OS Simulator with the new SSL certificate - March 2022
- Host: GitHub
- URL: https://github.com/brh55/patch-fitbit-simulator
- Owner: brh55
- License: mit
- Created: 2022-03-27T01:28:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T14:20:36.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T18:56:45.034Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# patch-fitbit-simulator
> Only for Mac OS currentlyA simple CLI to patch the Fitbit OS Simulator certificate with the new SSL certificate for the Device Bridge to work properly in relation to this [issue](https://community.fitbit.com/t5/SDK-Development/Simulator-SSL-Problem/td-p/5002720/page/2) - March 2022.
This CLI will download the new SSL certificate into the correct directory, and back up the pre-existing SSL certificate. In addition, it will reboot the Fitbit OS Simulator once the patch is complete.
## Usage
1. Download the package globally
```
$ npm install --global patch-fitbit-simulator
```
2. Execute the CLI command
```
$ patch-fitbit-simulator
```## License
MIT