Code Monkey home page Code Monkey logo

libxplane-udp-client's Introduction

*** libXplane-UDP-Client ***

WHAT IS IT?

This is a C++ shared library for accessing X-Plane (http://www.x-plane.com) 
datarefs and commands over a network. 

For further details see http://blog.shahada.abubakar.net/post/linux-udp-network-client-library-for-x-plane-10-and-11 .


INSTALLING FROM PACKAGE

.deb packages are available for Ubuntu 16.04 LTS (for x86_64) and 
Raspbian Stretch (for Raspberry Pi). To install, do the following:

- Install the repository public key:
	- From the repository itself:
	  wget -O- http://repo.shahada.abubakar.net/pubkey.asc | sudo apt-key add -

- Add the APT source:
    cd /etc/apt/sources.list.d
		sudo wget http://repo.shahada.abubakar.net/repo.shahada.abubakar.net.sources.list

- Install the binaries:
  sudo apt-get update
	sudo apt-get install libxplane-udp-client1 libxplane-udp-client1-dev libxplane-udp-client1-bin


BUILDING FROM SOURCE

  - Run "make" will build a shared library and tools.
	- Running "make install" as root will install it.

TEST TOOLS

  - The library includes two test programs you can use as examples.

	- TestXPlaneBeaconListener
		
		This monitors for "beacons" broadcast by X-Plane to your LAN.
		A message is output for every beacon packet received.

	- TestXPlaneUDPClient

	  Monitors some data refs (aircraft name, throttle position) while
		adjusting the throttle position in and out continously.


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.