文件名称:vintage_net_mobile:VintageNet的移动网络
文件大小:71KB
文件格式:ZIP
更新时间:2024-04-29 21:09:05
Elixir
VintageNetMobile 该库提供了用于使用蜂窝调制解调器的VintageNet技术。 当前,它支持以下调制解调器: Quectel BG96- EC25- u-blox TOBY L2- Sierra无线HL8548- 华为E3372- 有关添加新模块,请参见“自定义调制解调器”部分。 要使用此库,请首先将其添加到项目的依赖项列表中: def deps do [ { :vintage_net_mobile , " ~> 0.1.2 " } ] end 然后,您将需要配置VintageNet 。 当前所有蜂窝调制解调器都显示在“ ppp0”上,因此配置如下所示: VintageNet . configure ( " ppp0 " , %{ type: VintageNetMobile , vintage_net_mob
【文件预览】:
vintage_net_mobile-main
----mix.lock(7KB)
----.gitignore(657B)
----mix.exs(2KB)
----Makefile(399B)
----src()
--------at_lexer.xrl(464B)
----.formatter.exs(97B)
----LICENSE(11KB)
----CHANGELOG.md(4KB)
----README.md(8KB)
----.credo.exs(348B)
----config()
--------config.exs(541B)
----c_src()
--------etc()
--------pppd_shim()
--------test-c99.sh(675B)
--------ppp_to_elixir()
----lib()
--------vintage_net_mobile.ex(5KB)
--------vintage_net_mobile()
----.circleci()
--------md-style.rb(112B)
--------config.yml(2KB)
----test()
--------vintage_net_mobile_test.exs(2KB)
--------support()
--------test_helper.exs(218B)
--------vintage_net_mobile()
--------fixtures()