nelsonwenner / python-data-sampling-app

:package: The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DATA SAMPLING APP

💡 About

The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.

🎥 Preview

🚀 Technologies

✋ Warning

To use this module, remember that data must be transmitted via serial port or WIFI in string where each data has to be separated by a comma.

"00.0000000,00.0000000,00.0000000,00.0000000"

ℹ️ Getting Started

  1. Fork this repository and clone it on your machine.
  2. Change the directory to python-data-sampling-app where you cloned it.

⚡ Module Getting Started

  1. Install requirements.
$ pip3 install -r requirements.txt
  1. Startup
$ python3 App.py
  • If you are going to use data transmission via Wifi, when connecting, keep in mind that the WebSocket server IP will be your machine's IP and port 8080.

Made with ♥️ by Nelson Wenner 👋 Get in touch!

About

:package: The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.


Languages

Language:Python 100.0%