https://github.com/pyother/pyother-sensors-simulator
Virtual sensors readings simulator. By setting properties of the sensor you can simulate readings with high accuracy.
https://github.com/pyother/pyother-sensors-simulator
data-generator javascript nodejs react sensor-data sensor-fusion sensor-simulation sensor-simulator sensors simulator vite vitejs
Last synced: about 2 months ago
JSON representation
Virtual sensors readings simulator. By setting properties of the sensor you can simulate readings with high accuracy.
- Host: GitHub
- URL: https://github.com/pyother/pyother-sensors-simulator
- Owner: Pyother
- Created: 2024-12-22T22:48:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:56:21.000Z (over 1 year ago)
- Last Synced: 2025-01-26T23:25:05.021Z (over 1 year ago)
- Topics: data-generator, javascript, nodejs, react, sensor-data, sensor-fusion, sensor-simulation, sensor-simulator, sensors, simulator, vite, vitejs
- Language: JavaScript
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyother-sensors-simulator
## Installation
Clone the repository, navigate to the `/client` directory and run this command:
```
npm install
```
Repeat the same command in the `/backend` directory. After installing packages, create a `.env` file in the root folder of the `/client` directory and paste this into the file:
```
VITE_APP_BASE_URL="http://localhost:3001"
```
After completing all steps, navigate to the client directory and run the development server:
```
npm run dev
```
Navigate to the backend directory and start the server:
```
npm start
```
The app will be available at: localhost:5173.