A modern web application designed to test and configure MAKCU devices, a custom input device. This tool provides a serial console interface to interact with the device, perform performance tests, and configure its parameters.
Visit the application at: https://makcu-tester.vercel.app/
This web application serves as a diagnostic and configuration tool for MAKCU devices, enabling:
- Bidirectional serial communication with the device
- Performance testing and benchmarking
- Mouse button and event monitoring
- Device parameter configuration
- Real-time data and event visualization
- Precision and response testing
- Clone the repository:
git clone https://github.com/yourusername/makcu-tester.git
cd makcu-tester- Install dependencies:
npm install- Start the development server:
npm startThe application will be available at http://localhost:3000
Run the test suite with:
npm testTo create a production build:
npm run buildWe welcome contributions! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is open source and available under the MIT License.