The Network interface provides access to high level networking functions. Please see org.moblin.connman and org.bluez for low level networking functions.
org.freesmartphone.Network
Description: Start sharing the internet connection of this device with any clients connected to the specified network interface via DHCP.
Might launch a dhcp server process and adjust IP tables.
The network interface to start sharing the connectivity with.
Description: Stop sharing the internet connection of this device with any clients connected to the specified network interface via DHCP.
Might stop a dhcp server process and adjust IP tables.
The network interface to stop sharing the connectivity with.
Description: Offer a default route to the internet.
NOTE that this method is for TESTING purposes only. Eventually connman will be used for that.
The technology offering the default route.
s: interfaceThe network interface offering the default route.
s: ipv4addressThe network address to configure the interface with.
s: ipv4maskThe network mask to configure the interface with.
s: ipv4gatewayThe network gateway address for the default route.
s: dns1The first DNS address.
s: dns2The second DNS address.