Bugfix/secure read range codec (#957)
* Secured ReadRange service codecs. Added ReadRange unit testing. Secured ReadRange-ACK handler to enable APDU size checking.
This commit is contained in:
@@ -140,6 +140,8 @@ libwebsockets:
|
||||
bash -c 'cd libwebsockets;mkdir build;cd build;cmake .. -DLWS_WITH_LIBUV=ON -DLWS_WITH_MINIMAL_EXAMPLES=0 -DLWS_MAX_SMP=32;make'
|
||||
sudo bash -c 'cd libwebsockets;cd build;make install'
|
||||
|
||||
test-bsc: bsc-datalink bsc-node bsc-hub bsc-bvlc bsc-socket websockets
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-rm -rf $(BUILD_DIR)
|
||||
|
||||
Reference in New Issue
Block a user