All Questions
8 questions
0
votes
0
answers
64
views
Connect wifi service with dbus-native
I am working on a project in the Node.js environment that via dbus-native interfaces with Connman. What I need to do is create some code that allows it to connect to a secure wifi network. I went to ...
0
votes
2
answers
876
views
Dubs Connman wifi connect Qt
I'am working on an imx6, and i'am trying to connect to a wifi network through Dbus with a Qt application.
The application connect correctly to connman via Dbus and i recieve correctly the wifi ...
0
votes
0
answers
393
views
Switching WiFi connection fails with dbus timeout
When we try to switch wifi network through the sd_bus_call_method(...) interface the call fails with a dbus timeout message. First disconnecting from the current wifi and connecting does work however ...
0
votes
1
answer
726
views
connmanctl command(RegisterAgent) is not working via dbus
I can connect to open wifi via "connmanctl" using dbus via Qt,. I would like to connect secured wife using connmanctl via dbus. there is an API to regiser an agent( interactive mode, to enter ...
1
vote
2
answers
2k
views
Issue with connmactl in beaglebone green wireless
I have connected my beaglebone green wireless to internet with connmactl but i have to do this to achieve it.
ubuntu@arm:~$ connmanctl
Error getting VPN connections: The name net.connman.vpn was not ...
12
votes
0
answers
2k
views
Connman without any user interaction
I'm trying to use Connman to manage the WiFi connection of my embedded system because it handles automagically any type of protection.
In interactive mode it's very simple:
connmanctl
agent on
scan ...
6
votes
4
answers
26k
views
How to set static IP address using connman for wifi network
I'm trying to set a static IP(manual, no dhcp) address for wifi network using connmanctl. I'm running angstrom linux.
I get the following:
connmanctl
connmanctl> config wifi_"HASH"_managed_psk --...
1
vote
1
answer
1k
views
Node dbus-native - Passing Passphrase while connecting to WiFi service using connMan
Hi I have been having this problem for the last couple of days, while trying to connect to a protected WiFi network using dbus. So the code I have developed so far is:
Register Agent
var dbus = ...