Hi Lorn, > Just wondering if there are any dbus signals to be had when there is no > connection and something makes a request? > > i.e. > > (no connection) > user tries to opens link -> udp_listener_event -> parse_request -> > send_response[MSG_NOSIGNAL] -> dbus -> [some client pops up "Do you want > to connect?" "Select connection" ...]
we have talked about this a long time ago, but it has not yet been implemented. However it is of course possible to do it via the DNS Proxy support we have in ConnMan. You would need to extend the agent to trigger a connection request if no known connection is in range. Known connections in range should always be automatically connected without asking the user. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
