Bugzilla – Bug 10526
Create jive.net.Networking class
Last modified: 2009-09-08 09:22:32 UTC
Created attachment 4536 [details] non-working draft of Networking.lua with full method documentation in pod this bug is for additional information related to changing the jive Wireless class to a Networking class, to allow support for wired as well as wireless interfaces from one API general description here: http://embargo.wiki.slimdevices.com/index.php/Fab4_Networking#Proposed_Changes_to_Lua.2FHigh-Level_Networking_code I'm attaching a first draft of Networking.lua (much to be done yet)
Created attachment 4564 [details] next iteration of Networking.lua This is not ready for checkin, but want to save incremental steps here as I move forward. this one has a working method "interfaces" for returning an available interface table, and a working method "isWireless" for querying whether an interface is a wireless one. also, there is now a table in Networking.lua called interfaceTable that caches data so io.popen() is called at a minimum
this is effectively resolved