sysrun

Results 10 issues of sysrun

Any advice how to compile on OSX?

Hi, i am trying to build a chain for POCSAG decoding. ALready used rtl_fm & multimon - works like a charm. Now i am trying to use rtl_tcp and csdr...

**UPDATE: Workaround/fix** In "BlueprintOutputImageTiles.js" replace `gridMesh.renderDepth = grid.tileZoom * -1;` with `gridMesh.renderOrder = grid.tileZoom;` --- **Issue description** This is the correct map: ![screenshot 2015-04-19 18 20 57](https://cloud.githubusercontent.com/assets/112274/7218722/f51dacda-e6c0-11e4-9559-83ffc8767563.png) at this position,...

I've built vizicities from source, including three.js r71: - bower install - grunt build & grunt build_worker The vizi-worker.js is now throwing an error "Uncaught ReferenceError: window is not defined"....

Is there any blueprint input for overpass data?

## Is your feature request related to a problem? Please describe. I want to use custom metrics like the cpu strategy ## Additional context I have multiple instances of one...

Hi, i'd like to know if it's possible to reconnect or disconnect the current remit instance. Our plan is to connect to the amqp via some default credentials, call a...

pi@sdrpi ~/node-sdr/node_modules/rtlsdr/test $ node rtlsdrTest.js /home/pi/node-sdr/node_modules/rtlsdr/node_modules/bindings/bindings.js:83 throw e ^ Error: Symbol nodeRtlsdr_module not found. at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17) at bindings (/home/pi/node-sdr/node_modules/rtlsdr/node_modules/bindings/bindings.js:76:44) at...

FIX: nodeRtlSdr.cpp: uv_queue_work(uv_default_loop(), req, EIO_Start, EIO_StartAfter); to uv_queue_work(uv_default_loop(), req, EIO_Start, (uv_after_work_cb)EIO_StartAfter); and uv_queue_work(uv_default_loop(), req, EIO_EmitData, EIO_EmitDataAfter); to uv_queue_work(uv_default_loop(), req, EIO_EmitData, (uv_after_work_cb)EIO_EmitDataAfter);

May anyone point me to the examples plz? :)