This web application allows users to access and display data from various protocols including Serial Port, HTTP, MQTT, WebSocket and Socket.io. The app is built using React and Node.js, providing support for both Node.js and browser environments.
- Multi-Protocol Support: Connect to Serial Port, HTTP, MQTT, WebSocket and Socket.io.
- Real-Time Data Display: Data is shown in a tabular format for easy viewing.
- User Input: Users can enter the required details for each protocol.
- Cross-Platform: Serial Port compatible with both Node.js and browser environments.
- PWA Support: Install web as progressive web app on laptop or mobile and work without internet.
-
Clone the repository:
git clone https://github.com/abhisheksharma1310/data-visualizer.git
-
Navigate to the project directory:
cd data-visualizer
- Install dependencies:
npm install
- Usage Start the server:
npm start
Open your browser and navigate to http://localhost:3000.
We welcome contributions! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.