Joel Guittet

Results 50 comments of Joel Guittet

Ok for the namespace, you're right, it's used on discovery. For the topic subject, that's purely some API/syntax question because I was surprised of the 'type' field. What append if...

Well it's not a problem for me, just surprising. On publisher you have: ``` randomPublisher.publish('update3', { val: 'should not be getting this' }); ``` You have not: ``` randomPublisher.publish({ type:...

@otothea yeah exactly, publisher is one way and requester is another way. Troubling.

Hello @dashersw Tell me if I'm wrong (I have not implemented keys in the C library yet but maybe it will be a great motivation to do it), but if...

Well, in this case why implementing the round-robin mechanism ? From a scaling/redundancy of services it make sense. Several services for example can provide the current system time, it's not...

@dashersw writing from this account (I'm @myfreescalewebpage too). Thanks for your answer. I had a look and it doesn't seems very complicated. Moreover the cote tools/examples such as monitor and...

Starting right now with Axon translated to : C https://github.com/joelguittet/c-axon using AMP message in C : https://github.com/joelguittet/c-amp. Almost working on Linux OS, need to be finalized, API should not move...

Now published Discover in C : https://github.com/joelguittet/c-discover. Starting working on cote itself now! Joel

@dashersw and all following this subject, C cote version is now available at https://github.com/joelguittet/c-cote :-) Coming soon: - Wiki page at https://github.com/joelguittet/c-cote/wiki, particularly to show the architecture of the lib...

Hello @stephane Looking at the libmodbus features, I just read this issue and I see there was a PR proposed. I just want to highlight that the tcdrain function can...