Alexander Zhirov 089154cb17 | ||
---|---|---|
.vscode | ||
services | ||
src | ||
.gitignore | ||
CHANGELOG.md | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
build.sh | ||
mportlink |
README.md
MPortLink
MPortLink (modem port link) is designed to track connected USB modems and create permanent symbolic links to ports.
MPortLink was developed for direct use of several USB modems when connected to Asterisk telephony, the ports of which were randomly determined by the operating system. The utility allows you to create permanent symbolic links to devices, regardless of the order in which the ports of the USB modem device were defined.
Build
Just need to run the script build.sh
and mportlink
will be built in the build
project directory.
Manually
gcc -Werror -Wall -Os src/*.c `pkg-config --libs libudev` -o mportlink
Using
Superuser rights are required to work. Start the daemon and connect your USB modem. In journalctl
you will see his work. Links to the ports of the connected modem will be created in the /dev/dongle
directory.