I created this based on the React Sample by EMQX that uses the AntD Design system. You can use this to test MQTT connection and communication in a web environment.
https://jinyoung4478.github.io/mqtt-react/
- Clone the repository:
git clone https://github.com/jinyoung4478/mqtt-react
- Install dependencies:
yarn
- Start the development server:
yarn dev
- User authentication and registration
- Real-time data streaming with EMQX
- Interactive data visualization
The project structure is organized as follows:
├── src
│ ├── components
│ │ └── Hook
│ ├── App.jsx
│ └── main.jsx
└── public
This project utilizes the following technologies:
- React
- MQTT over WebSocket
- Ant Design
- gh-pages