Skip to content

Commit

Permalink
docs: Add main branch warning (#240)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Lenny Goodell authored May 31, 2023
1 parent 4d5d778 commit 8a0ded6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# Device RFID LLRP Go
[![Build Status](https://jenkins.edgexfoundry.org/view/EdgeX%20Foundry%20Project/job/edgexfoundry/job/device-rfid-llrp-go/job/main/badge/icon)](https://jenkins.edgexfoundry.org/view/EdgeX%20Foundry%20Project/job/edgexfoundry/job/device-rfid-llrp-go/job/main/) [![Code Coverage](https://codecov.io/gh/edgexfoundry/device-rfid-llrp-go/branch/main/graph/badge.svg?token=TG2FYBIPCS)](https://codecov.io/gh/edgexfoundry/device-rfid-llrp-go) [![Go Report Card](https://goreportcard.com/badge/github.com/edgexfoundry/device-rfid-llrp-go)](https://goreportcard.com/report/github.com/edgexfoundry/device-rfid-llrp-go) [![GitHub Latest Dev Tag)](https://img.shields.io/github/v/tag/edgexfoundry/device-rfid-llrp-go?include_prereleases&sort=semver&label=latest-dev)](https://github.com/edgexfoundry/device-rfid-llrp-go/tags) ![GitHub Latest Stable Tag)](https://img.shields.io/github/v/tag/edgexfoundry/device-rfid-llrp-go?sort=semver&label=latest-stable) [![GitHub License](https://img.shields.io/github/license/edgexfoundry/device-rfid-llrp-go)](https://choosealicense.com/licenses/apache-2.0/) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/edgexfoundry/device-rfid-llrp-go) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr-raw/edgexfoundry/device-rfid-llrp-go)](https://github.com/edgexfoundry/device-rfid-llrp-go/pulls) [![GitHub Contributors](https://img.shields.io/github/contributors/edgexfoundry/device-rfid-llrp-go)](https://github.com/edgexfoundry/device-rfid-llrp-go/contributors) [![GitHub Committers](https://img.shields.io/badge/team-committers-green)](https://github.com/orgs/edgexfoundry/teams/device-rfid-llrp-go-committers/members) [![GitHub Commit Activity](https://img.shields.io/github/commit-activity/m/edgexfoundry/device-rfid-llrp-go)](https://github.com/edgexfoundry/device-rfid-llrp-go/commits)

> **Warning**
> The **main** branch of this repository contains work-in-progress development code for the upcoming release, and is **not guaranteed to be stable or working**.
> It is only compatible with the [main branch of edgex-compose](https://github.com/edgexfoundry/edgex-compose) which uses the Docker images built from the **main** branch of this repo and other repos.
>
> **The source for the latest release can be found at [Releases](https://github.com/edgexfoundry/device-rfid-llrp-go/releases).**
EdgeX device service for communicating with LLRP-based RFID readers.
This service provides the capabilities to configure and enable LLRP-based RFID readers to generate asynchronous EdgeX readings that contain LLRP ROAccessReport and Reader messages.
A ROAccessReport can be used to examine data read from one or more RFID tags seen by the reader over a given time period, and a ReaderEventNotifications message can be used for data regarding device connection changes, such as attempted connections, connections closed, and errors in a connection.
Expand Down

0 comments on commit 8a0ded6

Please sign in to comment.