Skip to content

Latest commit

 

History

History

fm350-modem

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

OpenWrt netifd scripts to configure connection Fibocom FM350

Fibocom FM350 modem

How-to configure cellular connection

The config stored in /etc/config/network. Example configuration:

config interface 'wwan'
	option device '/dev/ttyACM0' # Device serial port
	option proto 'fm350'
	option pdp 'ip' # Connect method IPV4/6 version
	option apn 'internet' # APN Cellular
	option delay '10' # Delay interface to connect
	optiom auth 'auto' # Auth type (auto, pap or chap)
	option username 'username' # username 
	option password 'password' # password

How-to configure interface via LuCi

build and install package luci-proto-fm350