Drone connection
Project description
Usage
*. Import packages:
```python
from drone_connection import DroneConnection
# Create a drone connection instance
drone = DroneConnection(address='127.0.0.1', port=14550)
# Connect to the drone
drone.connect()
# Send a command to the drone
drone.send_command('takeoff')
# Receive data from the drone
drone.receive_data()
# Disconnect from the drone
drone.disconnect()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for drone_connection2-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf803ec54f54b4aca2ba51b267b86d077fae2910e7b0e7a9da1831a359b6e9ee |
|
MD5 | 0528e4f2f29be1d6211e8e4dc27f8f21 |
|
BLAKE2b-256 | 0b8e66eff8cfb58890bf2d81e4a4de044ee6c86ff19d71d2413040b9e769cc60 |