Skip to content

Commit

Permalink
First public release (with images)
Browse files Browse the repository at this point in the history
  • Loading branch information
joergschultzelutter committed Nov 8, 2021
1 parent 79d1a03 commit 75eed9d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 42 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

```robotframework-aprslib``` is a [Robot Framework](https://www.robotframework.org) keyword collection for the [aprslib](https://github.com/rossengeorgiev/aprs-python) Python library. It allows __licensed ham radio operators__ to establish a connection to the APRS-IS servers and send/receive/decode APRS requests.

![transmit](img/tx.jpg)![robot](img/robot.jpg)![receive](img/rx.jpg)

## Installation

- clone repository
Expand Down
Binary file added img/robot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/rx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 0 additions & 41 deletions setup.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/AprsLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
)
logger = logging.getLogger(__name__)

__version__ = "0.4.2"
__version__ = "0.5.0"
__author__ = "Joerg Schultze-Lutter"


Expand Down

0 comments on commit 75eed9d

Please sign in to comment.