update README.md

This commit is contained in:
Alexander Zhirov 2023-12-21 01:18:03 +03:00
parent 36a71e51b9
commit 766fcad371
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# Changelog
## [x.x.x] - unreleased
## [0.1.0]
- The first version is linked to the original [ModemManager](https://gitlab.freedesktop.org/mobile-broadband/ModemManager)

View File

@ -21,3 +21,7 @@ After installing the dependencies, you just need to run the script `build.sh `an
```
gcc -Werror -Wall -Os src/*.c `pkg-config --libs --cflags mm-glib` -o mportlink
```
## To-Do
Currently, the utility is linked to the ModemManager server, through which the connected modems are identified. It is planned to disconnect from this server, as there is a problem with the capture of the device and the unavailability of using Asterisk.

View File

@ -1,7 +1,6 @@
[Unit]
Description=Modem Port Link
After=polkit.service
Requires=polkit.service
After=ModemManager.service
[Service]
ExecStart=/usr/bin/mportlink