atharvanan1 / aesd_linux_app

This repository holds source code and makefiles for application to be interfaced into Embedded Linux Platform as part of Advanced Embedded Software Development Project
MIT License
0 stars 0 forks source link

Data transfer to/from cloud #6

Closed bcis93 closed 4 years ago

bcis93 commented 4 years ago

Develop a driver to send data to the cloud and receive data from the cloud. Develop an API for use by a higher level application

DoD: Driver implemented, data transfer functional, and API provided

bcis93 commented 4 years ago

I have a basic driver written, and a simple application to test it. I am waiting on a Yocto build so that I can test it

atharvanan1 commented 4 years ago

Yocto build is ready. Just add a recipe into layers/meta-st/meta-aesd-project using devtool, and additionally refer to Board Support Document -> Add custom application section for detailed information

bcis93 commented 4 years ago

Driver is implemented and API provided in .h file. Using a simple test app, I verified that data could be sent to the cloud using the driver and a response was received.

Dev branch here