meta data for this page
PeerHood README.txt
PeerHood is a pro-active seamless connectivity framework over different networks, like ethernet, bluetooth, wlan or gprs.
Requirements
- Linux
- GNU C++ (gcc) with C++ standard libraries
- GNU Make
Optional requirements for developing
- DOC++
- C++ testing framework
Building
(configuration process)
> make
⇒ build results are in result directory.
Doesn't create necessary folder structures (intended?). Had to createresult/include/peerhood/
andresult/bin/
folder structures in order to get it working. JL - working on it – hevi
> make help
for other building targets
Installing
> cp -r result/* installroot
Runtime usage
LD_LIBRARY_PATH
PH_PLUGIN_DIR
PEERHOOD_CONFIG (to be implemented)
PeehHood core modules
libpeerhood
peerhoodd
plugin-local
plugin-gprs
GPRSgw
plugin-bt
plugin-wlan
proto-client-new
proto-client-roam
proto-service2
proto-service3
proto-service4
devel-common – Common development functionalities and tools.
Templates – Various templates for files.
Created directories
result – Build result directory.
build – Place for temporary build files.
PeehHood License
LGPL2
About this file
PeerHood_core/README.txt
Development version on: http://tutkimus.it.lut.fi/doku.php?id=peerhood:peerhood_core_readme
Keep this file complete and compact.