https://github.com/arjunattam/ndnblue-bluez
NDNBlue for BlueZ extends CCNx to work over Bluetooth
https://github.com/arjunattam/ndnblue-bluez
Last synced: 11 months ago
JSON representation
NDNBlue for BlueZ extends CCNx to work over Bluetooth
- Host: GitHub
- URL: https://github.com/arjunattam/ndnblue-bluez
- Owner: arjunattam
- Created: 2013-07-24T02:09:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-24T21:07:48.000Z (almost 13 years ago)
- Last Synced: 2025-06-11T04:14:07.029Z (about 1 year ago)
- Language: Python
- Homepage: http://named-data.net/
- Size: 301 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NDNBlue for Bluez
NDNBlue for BlueZ extends CCNx to work over Bluetooth. There is also an Android version called NDNBlue-Android. This work is based on [NDNLP](https://github.com/NDN-Routing/NDNLP).
### Prerequisites ###
* CCNx: Tested with version 0.7.1
* Linux with BlueZ libraries: Tested on Xubuntu 12.04
### Configuration ###
* Build binaries
+ ./waf configure
+ ./waf
+ sudo ./waf install
* Start ccnd if it is not running
+ ccndstart
* Recommended: Go to Bluetooth settings in OS and pair the two devices before running NDNBlue
### Usage ###
* Ensure CCNx is running and Bluetooth is enabled
* Start server or client
* Decide on prefix
* For server
+ ndnblue ccnx:/prefix_goes_here server
* For client
+ ndnblue ccnx:/prefix_goes_here client 00:10:60:AA:36:F8