opensensorhub / osh-processing

Source code for processing building blocks to extend OSH Core
Mozilla Public License 2.0
0 stars 1 forks source link

Janino based processing #1

Open sensiasoft opened 8 years ago

sensiasoft commented 8 years ago

Issue by sensiasoft Friday Feb 20, 2015 at 21:23 GMT Originally opened as https://github.com/sensiasoft/sensorhub-core/issues/20


What about support for processing using simple java algorithms compiled in real-time by Janino?

sensiasoft commented 8 years ago

Comment by mikebotts Friday Feb 20, 2015 at 21:27 GMT


Do you mean in lieu of SensorML encoding and execution engine? Or in addition to SensorML? Or would it support execution of SensorML encoded processes and process chains?

sensiasoft commented 8 years ago

Comment by sensiasoft Saturday Feb 21, 2015 at 09:21 GMT


It can be used standalone for simple processing, but it would also be a way of transimitting code for new SensorML SimpleProcess implementations.