https://github.com/mendersoftware/deviceconnect
Microservice for device remote control within the Mender ecosysteem
https://github.com/mendersoftware/deviceconnect
devicemanagement iot mender ota
Last synced: 4 months ago
JSON representation
Microservice for device remote control within the Mender ecosysteem
- Host: GitHub
- URL: https://github.com/mendersoftware/deviceconnect
- Owner: mendersoftware
- License: other
- Created: 2020-10-21T09:18:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T08:40:09.000Z (about 1 year ago)
- Last Synced: 2025-05-09T09:35:17.233Z (about 1 year ago)
- Topics: devicemanagement, iot, mender, ota
- Language: Go
- Homepage: https://mender.io
- Size: 11.6 MB
- Stars: 2
- Watchers: 14
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MOVED
This repository has been moved to the mender-server monorepo: https://github.com/mendersoftware/mender-server
[](https://gitlab.com/Northern.tech/Mender/deviceconnect/pipelines)
[](https://coveralls.io/github/mendersoftware/deviceconnect?branch=master)
[](https://goreportcard.com/report/github.com/mendersoftware/deviceconnect)
[](https://hub.docker.com/r/mendersoftware/deviceconnect/)
Mender: Device remote control
=============================
## General
Mender is an open source over-the-air (OTA) software updater for embedded Linux
devices. Mender comprises a client running at the embedded device, as well as
a server that manages deployments across many devices.
This repository contains the Mender Device Connect microservice, which is part
of the Mender server. The Mender server is designed as a microservices architecture
and comprises several repositories.
## Getting started
To start using Mender, we recommend that you begin with the Getting started
section in [the Mender documentation](https://docs.mender.io/).
## Building from source
As the Mender server is designed as microservices architecture, it requires several
repositories to be built to be fully functional. If you are testing the Mender server it
is therefore easier to follow the getting started section above as it integrates these
services.
If you would like to build the Device Connect microservice independently, you can follow
these steps:
```
git clone https://github.com/mendersoftware/deviceconnect.git
cd deviceconnect
make build
```
## Contributing
We welcome and ask for your contribution. If you would like to contribute to Mender, please read our guide on how to best get started [contributing code or
documentation](https://github.com/mendersoftware/mender/blob/master/CONTRIBUTING.md).
## License
Mender is licensed under the Apache License, Version 2.0. See
[LICENSE](https://github.com/mendersoftware/deviceconnect/blob/master/LICENSE) for the
full license text.
## Security disclosure
We take security very seriously. If you come across any issue regarding
security, please disclose the information by sending an email to
[security@mender.io](security@mender.io). Please do not create a new public
issue. We thank you in advance for your cooperation.
## Connect with us
* Join the [Mender Hub discussion forum](https://hub.mender.io)
* Follow us on [Twitter](https://twitter.com/mender_io). Please
feel free to tweet us questions.
* Fork us on [Github](https://github.com/mendersoftware)
* Create an issue in the [bugtracker](https://northerntech.atlassian.net/projects/MEN)
* Email us at [contact@mender.io](mailto:contact@mender.io)
* Connect to the [#mender IRC channel on Libera](https://web.libera.chat/?#mender)