Re: Mosquitto library ported to Genode

2017-06-16 Thread Alexander Weidinger
Hi Norman, we are currently "playing" with integrating the provided example(s) as test(s). When everything is set on our side, I'll make sure it is compatible with Genode 17.05 and supply a pull request for the genode/genode-world repository. Regards, Alexander On 2017-06-01 16:04, Norman Feske

Re: Mosquitto library ported to Genode

2017-06-01 Thread Norman Feske
Hi Alexander, thank you for announcing your work on the mailing list. This is greatly appreciated! Have you considered to submit your port to the genode-world repository [1]? This would make it easy to find by other community members and the future maintenance (e.g., the adaptation to new Genode

Re: Mosquitto library ported to Genode

2017-05-31 Thread Alexander Weidinger
Hello Emery, thanks for the explanation and the additional information. Regards, Alexander On 2017-05-30 20:01, Emery Hemingway wrote: > Hello Alexander, > > I'm glad to hear that our networking options are expanding! > > The 'lwip_tcpip_init()' should be called implicitly by the 'libc_lwip' >

Re: Mosquitto library ported to Genode

2017-05-30 Thread Emery Hemingway
Hello Alexander, I'm glad to hear that our networking options are expanding! The 'lwip_tcpip_init()' should be called implicitly by the 'libc_lwip' library, so I believe your problems come from double initialization: https://github.com/genodelabs/genode/blob/16.08/repos/libports/src/lib/libc_lwi

Mosquitto library ported to Genode

2017-05-30 Thread Alexander Weidinger
Hello, we successfully ported the mosquitto *library* to Genode (we used version 15.05 and 16.08 for testing), which may be interesting for some on the mailing list - it is a library, implementing the MQTT protocol. https://github.com/argos-research/genode/pull/12 Every option is enabled apart f