An open API service indexing awesome lists of open source software.

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.

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.