Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xylo04 committed Sep 12, 2024
1 parent 8c29328 commit 8d1fb7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[![PkgGoDev](https://pkg.go.dev/badge/github.com/k0swe/rigctld-go)](https://pkg.go.dev/github.com/k0swe/rigctld-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/k0swe/rigctld-go)](https://goreportcard.com/report/github.com/k0swe/rigctld-go/v4)
[![Go Report Card](https://goreportcard.com/badge/github.com/k0swe/rigctld-go)](https://goreportcard.com/report/github.com/k0swe/rigctld-go)
[![Test](https://github.com/k0swe/rigctld-go/workflows/Test/badge.svg)](https://github.com/k0swe/rigctld-go/actions/workflows/test.yml)

# rigctld-go

Golang binding for the rigctld amateur radio software's TCP communication interface. This library
supports receiving and sending all rigctld message types up through rigctld v2.5.2.
Golang binding for the `rigctld` amateur radio software's TCP communication interface.

## Run

This repository is designed as a library but includes a simple driver program to document basic
integration. rigctld must be running and accepting TCP connections for the driver to pick them up.
integration. `rigctld` must be running and accepting TCP connections for the driver to connect and
send commands.

From this directory:

Expand Down

0 comments on commit 8d1fb7a

Please sign in to comment.