Skip to content
/ BEES Public
forked from Pfzuo/BEES

BEES: Bandwidth- and Energy- Efficient Image Sharing for Real-time Situation Awareness (ICDCS 2017, TPDS 2019)

Notifications You must be signed in to change notification settings

yhuacode/BEES

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

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: pfzuo@hust.edu.cn

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

About

BEES: Bandwidth- and Energy- Efficient Image Sharing for Real-time Situation Awareness (ICDCS 2017, TPDS 2019)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 48.0%
  • C++ 30.0%
  • Java 21.3%
  • C 0.7%