Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.28 KB

BEES

BEES is a bandwidth- and energy- efficient image sharing system framework for real-time situation awareness in disasters.

The BEES papers

Pengfei Zuo, Yu Hua, Dan Feng, Zhenhua Nie, Min Fu, Yuanyuan Sun, "E-STORE: An Energy-constrained Smartphone Storage for Near Real-time Disaster Image Sharing", Poster in the 13th USENIX Conference on File and Storage Technologies (FAST), 2015.

Pengfei Zuo, Yu Hua, Xue Liu, Dan Feng, Wen Xia, Shunde Cao, Jie Wu, Yuanyuan Sun, Yuncheng Guo, "BEES: Bandwidth- and Energy- Efficient Image Sharing for Real-time Situation Awareness", in Proceedings of the 37th International Conference on Distributed Computing Systems (ICDCS), 2017.

The client

Environment

Android 4.4

Dependencies

  1. OpenCV Library for Android - 2.4.11

  2. v7-appcompat

The server

Environment

Linux 64bit

Dependencies

OpenCV Library for Linux - 2.4.11

Install

  1. Makefile

make

  1. Generate the ORB library: extract the ORB keypoints of images in "./imagelib" and put them in "./orblib"

./orblib_init ./imagelib

  1. Start the server

./server

Contact

Email: [email protected]

If you have any questions, please feel free to contact me.