FOSSASystems / FOSSA-Comms

Reference implementation of FOSSASAT Communication Protocol
12 stars 8 forks source link

[ERROR] Library returns errors when installed #1

Closed Bambofy closed 5 years ago

Bambofy commented 5 years ago

In file included from .../Arduino/libraries/FOSSA-Comms/examples/PingPong/PingPong.ino:2:0: .../Arduino/libraries/FOSSA-Comms/src/FOSSA-Comms.h:5:10: fatal error: AESLib.h: No such file or directory

include

jgromes commented 5 years ago

You're missing AESLib, it's one of the dependencies: https://github.com/DavyLandman/AESLib

Bambofy commented 5 years ago

You're missing AESLib, it's one of the dependencies: https://github.com/DavyLandman/AESLib

can we bundle this library with the fossa-comms library so they both install at once?

jgromes commented 5 years ago

I'd rather not - future version of this library won't be using AESLib.