|
|
当时买了一个金士顿的无线读卡器mlw221, 设备很小巧,刷成openwrt后能中继和脱机下载,但是设置无线中继后,一离开中继的网络设备的无线就失效了,不能访问。这样就很尴尬。
travelmate 的出现解决了这个问题。这是一个旅行路由器的无线管理工具。
If you’re planning an upcoming vacation or a business trip, taking your laptop, tablet or smartphone give you the ability to connect with friends or complete work on the go. But many hotels don’t have a secure wireless network setup or you’re limited on using a single device at once. Investing in a portable, mini travel router is a great way to connect all of your devices at once while having total control over your own personalized wireless network.
A logical combination of AP+STA mode on one physical radio allows most of OpenWrt/LEDE supported router devices to connect to a wireless hotspot/station (STA) and provide a wireless access point (AP) from that hotspot at the same time. Downside of this solution: whenever the STA interface looses the connection it will go into an active scan cycle which renders the radio unusable for AP mode operation, therefore the AP is taken down if the STA looses its association.
To avoid these kind of deadlocks, travelmate set all station interfaces in an "always off" mode, connects automatically to available hotspots and monitor & change these uplink connections automatically if required.
* STA interfaces operating in an "always off" mode, to make sure that the AP is always accessible
* fast uplink connections
* reliable connection tracking
* easy setup within normal OpenWrt/LEDE environment (see online documentation for details)
* status & debug logging to syslog
* procd init system support
* luci frontend, provided by Hannu Nyman
简单的说,这个包实现的功能是:有网络可中继时,路由器可以快速连接,离开中继的网络后,路由器作为AP仍然可以访问。可以连接修改配置,可以作为无线文件服务器。
现在这个软件已经包含openwrt各个版本的feed里面,各位同学可以根据自己的固件版本进行编译。
|
评分
-
查看全部评分
|