Git Product home page Git Product logo

azuresphereremotex.client's Introduction

Azure Sphere RemoteX Client Library

The RemoteX project provides remote access to Azure Sphere peripherals from a POSIX C application. The project is similar in nature to the Raspberry Pi Remote GPIO with the pigpio C Interface and Arduino Firmata projects.

Refer to the DesktopDevX and RemoteX wiki video for information on the AzureSphereRemoteX Server and Azure Sphere Client Library.

Architecture

 Azure Sphere RemoteX

Including the Azure Sphere RemoteX client library in your project

You would normally submodule the RemoteX client library into your project

git submodule add https://github.com/Azure-Sphere-DevX/AzureSphereRemoteX.Client.git AzureSphereRemoteX

Examples using the RemoteX Client Library

You can find examples for the RemoteX Client libary at the following locations:

CMakeLists.txt updates

Add reference to the RemoteX client library

Update the project CMakeLists.txt file to make the AzureSphereRemoteX client library available in yout project.

################################################################################
# Following lines required for AzureSphereRemoteX
add_subdirectory("AzureSphereRemoteX" applibs)
target_link_libraries(${PROJECT_NAME} "applibs")
################################################################################

Azure Sphere RemoteX Server IP Address

This is the address of the Azure Sphere running the AzureSphereRemoteX.Server to your CMakeLists.txt file.

add_compile_definitions(AZURE_SPHERE_REMOTEX_IP="192.168.10.117")

SPI peripheral performance mode

Enabling this flag in the CMakeLists.txt file will improve performance of SPI peripherals that don't require a response. For example a LED 8x8 Panel.

add_compile_definitions(AZURE_SPHERE_REMOTEX_PERFORMANCE_MODE)

azuresphereremotex.client's People

Contributors

gloveboxes avatar

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.