Skip to content

Commit 6b29e0d

Browse files
committed
Add README.md
1 parent 92c3e2c commit 6b29e0d

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# python-ax25
2-
Python AX.25 Module
2+
3+
Python AX.25 Module for Python3
4+
5+
## Introduction
6+
7+
This is a python module designed for Python3 to access AX.25 features. This module is a C extension that can access the AX.25 interface from the Linux kernel.
8+
9+
## Installing the Module
10+
11+
Clone the Git repository
12+
13+
```
14+
$ git clone https://github.com/josefmtd/python-ax25
15+
```
16+
17+
Install the module by running the install script inside the python-ax25 directory
18+
19+
```
20+
$ cd python-ax25
21+
# ./install.sh
22+
```
23+
24+
2020 - Josef Matondang

0 commit comments

Comments
 (0)