On 30 January 2015 at 08:29, techi eth <[email protected]> wrote: > Hi All, > > Do we have any sample test written in C# for testing connman ? > > I am trying to integrate one of my C# application running on Linux with > connman.
I am not aware of existing code, but as long as C# has decent D-Bus bindings, implementing the basics (like knowing when the system is "online") should be fairly trivial. Any D-Bus tutorial that shows how to connect to a signal should get you started. The Connman API documentation in doc/-directory is pretty good and most importantly you can play with the actual implementation without writing code with e.g. the d-feet application (included in most distros): that should help getting the interface names, object paths etc correct. HTH, Jussi _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
