Skip to content

PPetka/dragonboard_project_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragonboard Server

Main goal of this project was to create sample http server for drabonboard controller.

The main and only feature was to provide rest methods for turning on/off led.

Implmenetation details:

The application core is Spring Boot Java server, which allows http communication. Since there is no working java library for GPIO managing I used JNI (Java native interface) to get acces to gpio from native code (C/C++). I used SWIG library to create proxy code that wraps and ports 96BoardsGPIO, libsoc libraries to java level.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages