Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ada Language UDP/Sockets example for the Generator #846

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

TechnicalVillager
Copy link

Ada Language UDP/Sockets example for the Generator, which reads the GPS position data from the Address 127.0.0.1:14551 and prints them as below:

Connects to ardupilot via UDP (IP = 127.0.0.1, Port = 14551) and reads the GPS Position
Latitude = -35.36326210000000    Longitude = 149.16523730000000    Altitude = -0.02700
Latitude = -35.36326210000000    Longitude = 149.16523730000000    Altitude = -0.02700
Latitude = -35.36326210000000    Longitude = 149.16523730000000    Altitude = -0.02700
Latitude = -35.36326210000000    Longitude = 149.16523730000000    Altitude = -0.02700
Latitude = -35.36326210000000    Longitude = 149.16523730000000    Altitude = -0.02700
Latitude = -35.36326210000000    Longitude = 149.16523730000000    Altitude = -0.02700
Latitude = -35.36326210000000    Longitude = 149.16523730000000    Altitude = -0.02700
Latitude = -35.36326210000000    Longitude = 149.16523730000000    Altitude = -0.02700
Latitude = -35.36326210000000    Longitude = 149.16523730000000    Altitude = -0.02700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant