Re: [nodejs] Re: Getting data from C++ callbacks

2013-12-19 Thread Miikka Miettinen
which is a continuous flow of data. I assume the same patterns can be applied for a sensor like yours. On Tuesday, 17 December 2013 15:04:43 UTC+1, Miikka Miettinen wrote: Hi Floby, I'm currently using v0.8.11 but upgrading wouldn't be a problem. I didn't study your example in detail yet

Re: [nodejs] Re: Getting data from C++ callbacks

2013-12-17 Thread Miikka Miettinen
Hi Floby, I'm currently using v0.8.11 but upgrading wouldn't be a problem. I didn't study your example in detail yet, but it looks very relevant. Thanks! --Miikka On Dec 17, 2013, at 11:58 AM, Floby florent.j...@gmail.com wrote: Hello, it may not seems so, but it is important that you

[nodejs] Getting data from C++ callbacks

2013-12-16 Thread miikka . miettinen
Hi, I'm trying to create a native module in order to receive data from a kind of sensor. To get updated, I need to provide 2 implementations of the same interface, which consists of a single method with the signature void receiveData(const Data data). My problem is that I haven't been able to