-
Notifications
You must be signed in to change notification settings - Fork 1
Libs
migueLoureiro edited this page Apr 24, 2015
·
4 revisions
In this page are provided links and general description of external (jar) libraries used in this projet:
Java Bindings for IMC Message Protocol.
This is the library used for handling communications.
Simple Mjpeg-streaming viewer for android.
Used because of lack of native Android support for video streaming from HTTP Protocol over UDP and Mjpeg Codec. The RTSP Protocol over TCP with H264 Codec isn't realiable for this project.
Otto is an event bus designed to decouple different parts of your application while still allowing them to communicate efficiently.
Otto is the library used for handling in app communications between Fragments/Activities. It's choice was moved by lack of reliability on Android's fragmented versions of event bus and lack of a central simple to use event bus.