Chrystian Huot

Results 55 comments of Chrystian Huot

Don't worry, you're not disturbing... by busy I meant don't expect any new code soon. I haven't tried to run it on RPI, but it should work. I'm using the...

@blackwellj Time is the problem, as I am well overbooked at the moment. You can indeed email me all the documentation, which I will review, but I don't expect any...

Have you updated the node packages? The code works with the serialport version 9 package. It looks like serialport v10 has some breaking changes.

It doesn't work at this time with a BR330T. I do have the hardware to work on, nor the funds to buy one. I'm pretty busy right now with all...

@szpajder The file rotation feature would make `RTLSDR-Airband` compatible with [Rdio Scanner](https://github.com/chuot/rdio-scanner). Would you reconsider adding such feature?

@charlie-foxtrot I recently added a `dirWatch.mask` feature with which you tell how to extract the metadata from the filename. An example for another sdr decoder would be `#DATE_#TIMEP25ABC_ #SYS_TRAFFIC__TO_#TG_FROM_#UNIT`. However,...

@charlie-foxtrot the meta tag #DATE looks for something like [\d-]+ and #TIME for [\d:], then I do new Date(\`${date}T${time}\`). See [here](https://github.com/chuot/rdio-scanner/blob/2a1407391131e189b700d918b7f3c30675ff057f/server/lib/rdio-scanner/dir-watch.js#L213-L216)

Well that could be done, pretty much like the avoid button works. But that's something I'll may add after the v7.0 will be released. Flagging this one as enhancement. Thanks...

I do have the same exact problem since before v6.6.3. The cause of this is that the logic is flawed on the server side. That is why I'm currently refactoring...

The UID number should already be displayed on the main screen, unless an alias has been created for it in the admin dashboard, the name will be displayed.