ProtoPie Curve Bridge App
===========================

Instructions:
1. Install dependencies:
   pip install -r requirements.txt

2. Run the bridge:
   python bridge.py

3. Connect to ProtoPie:
   Make sure ProtoPie Connect is running on http://localhost:9981

4. Usage in ProtoPie:
   - Send message 'get_x' with X coordinate
   - Receive message 'set_y' to get the Y coordinate
