# device-random **Repository Path**: EdgexFoundry/device-random ## Basic Information - **Project Name**: device-random - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-28 - **Last Updated**: 2026-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Random Integer Device Service [![Build Status](https://jenkins.edgexfoundry.org/view/EdgeX%20Foundry%20Project/job/edgexfoundry/job/device-random/job/master/badge/icon)](https://jenkins.edgexfoundry.org/view/EdgeX%20Foundry%20Project/job/edgexfoundry/job/device-random/job/master/) [![Code Coverage](https://codecov.io/gh/edgexfoundry/device-random/branch/master/graph/badge.svg?token=tYEN8Kf8HF)](https://codecov.io/gh/edgexfoundry/device-random) [![Go Report Card](https://goreportcard.com/badge/github.com/edgexfoundry/device-random)](https://goreportcard.com/report/github.com/edgexfoundry/device-random) [![GitHub Latest Dev Tag)](https://img.shields.io/github/v/tag/edgexfoundry/device-random?include_prereleases&sort=semver&label=latest-dev)](https://github.com/edgexfoundry/device-random/tags) ![GitHub Latest Stable Tag)](https://img.shields.io/github/v/tag/edgexfoundry/device-random?sort=semver&label=latest-stable) [![GitHub License](https://img.shields.io/github/license/edgexfoundry/device-random)](https://choosealicense.com/licenses/apache-2.0/) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/edgexfoundry/device-random) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr-raw/edgexfoundry/device-random)](https://github.com/edgexfoundry/device-random/pulls) [![GitHub Contributors](https://img.shields.io/github/contributors/edgexfoundry/device-random)](https://github.com/edgexfoundry/device-random/contributors) [![GitHub Committers](https://img.shields.io/badge/team-committers-green)](https://github.com/orgs/edgexfoundry/teams/device-random-committers/members) [![GitHub Commit Activity](https://img.shields.io/github/commit-activity/m/edgexfoundry/device-random)](https://github.com/edgexfoundry/device-random/commits) ## Overview This Device Service is a reference example of a Device Service developed with **[Go Device Service SDK](https://github.com/edgexfoundry/device-sdk-go)**. ## Usage This Device Service have to run with other EdgeX Core Services, such as Core Metadata, Core Data, and Core Command. After starting the service, the random integer value could be generated by executing the Get commands, and it will create Event and Reading data into Core Data service. ## Community - Chat: https://edgexfoundry.slack.com - Mailing lists: https://lists.edgexfoundry.org/mailman/listinfo ## License [Apache-2.0](LICENSE)