Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 8, 2024
1 parent ea6f71b commit 8734fbe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ This work is licensed under a
[cc-by-nc-image]: https://licensebuttons.net/l/by-nc/4.0/88x31.png
[cc-by-nc-shield]: https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg

Scaffolding for a UDP and TCP server to process various Ham Radio logging software messages.

## Overview

The Ham Logger Gateway is designed to facilitate the processing of logging messages from different Ham Radio software. It supports both UDP and TCP protocols, providing a robust and efficient way to handle and process messages.
The Ham Logger Gateway is designed to facilitate the processing of logging messages from different Ham Radio software. It supports both UDP and TCP protocols, providing a robust and efficient example of handling and process messages.

## Features

Expand Down Expand Up @@ -42,7 +40,7 @@ To install and run the Ham Logger Gateway, follow these steps:

3. Run the project:
```sh
dotnet run src/HamLoggerGateway.Example/HamLoggerGateway.Example.csproj
dotnet run --project src/HamLoggerGateway.Example/HamLoggerGateway.Example.csproj
```

## Usage
Expand Down

0 comments on commit 8734fbe

Please sign in to comment.