Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyplabs/ble-micro-dockerfile
Development environment for the Seeed Studio's BLE Micro
https://github.com/skyplabs/ble-micro-dockerfile
ble bluetooth bluetooth-le bluetooth-low-energy docker microservice
Last synced: 8 days ago
JSON representation
Development environment for the Seeed Studio's BLE Micro
- Host: GitHub
- URL: https://github.com/skyplabs/ble-micro-dockerfile
- Owner: SkypLabs
- License: mit
- Created: 2014-12-22T02:27:57.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-09T20:04:14.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T19:48:21.554Z (about 1 month ago)
- Topics: ble, bluetooth, bluetooth-le, bluetooth-low-energy, docker, microservice
- Language: C++
- Homepage: https://hub.docker.com/r/skyplabs/ble-micro/
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLE Micro Development Environment
[![Build Status](https://travis-ci.org/SkypLabs/ble-micro-dockerfile.svg)](https://travis-ci.org/SkypLabs/ble-micro-dockerfile) [![Code Coverage](https://api.codacy.com/project/badge/Grade/bdffc169e5e749a0ae7bdbfc40cf21a9)](https://www.codacy.com/app/skyper/ble-micro-dockerfile?utm_source=github.com&utm_medium=referral&utm_content=SkypLabs/ble-micro-dockerfile&utm_campaign=Badge_Grade)
This image provides a development environment to build software for the [Seeed Studio's BLE Micro][ble-micro].
## How to
docker run --rm -u $(id -u):$(id -g) -v :/usr/src/app docker.io/skyplabs/ble-micro
*local path* refers to the folder on your host system which holds the source code of your application and containing a `Makefile`.
If you already are in this folder :
docker run --rm -u $(id -u):$(id -g) -v $(pwd):/usr/src/app docker.io/skyplabs/ble-micro
And if you want to specify a *target name* to **make** :
docker run --rm -u $(id -u):$(id -g) -v $(pwd):/usr/src/app docker.io/skyplabs/ble-micro
## License
[MIT][MIT]
[ble-micro]: http://wiki.seeedstudio.com/BLE_Micro/
[MIT]: https://opensource.org/licenses/MIT