Releases: jobe3774/raspend
Releases · jobe3774/raspend
Enhanced options for preflight requests regarding CORS.
/cmds now shows URLs for every command
v2.0.4 Updated setup.py
More flexible usage of the applications shared dictionary, event- and lock object.
v2.0.3 New version 2.0.3
Syncable Threadhandler
Updated Copyright Increased version number
The worker threads
Merge pull request #9 from jobe3774/new_worker_thread_approach New worker thread approach
Added threaded publishing of data
Merge pull request #6 from jobe3774/Publish_Data_Thread Publish data thread
More flexible usage of the shared dictionary
This release provides
- a new 'prepare' method for data acquisition handlers which is called before acquisition starts.
- RaspendApplication only creates it's own shared dictionary if no dictionary was passed to the construtor.
- RaspendApplication lets you update it's shared dictionary by calling the new method 'updateSharedDictionary'.
Added Application class
The new application class covers creating threads for data acquisition and adding commands to the HTTP interface.
Enabled invoking commands via HTTP GET
Commands now can be invoked via HTTP GET request too.