tum-esi / testbench

Thing Description based testing framework based on eclipse-thingweb/node-wot
MIT License
10 stars 9 forks source link

Adding all possible protocol bindings #55

Open egekorkan opened 1 year ago

egekorkan commented 1 year ago

Currently, only HTTP, CoAP, MQTT and File are added but we should simply add everything in nodewot.

egekorkan commented 1 year ago

For OPCUA TuT: https://github.com/eclipse/thingweb.node-wot/blob/master/packages/binding-opcua/test/full-opcua-thing-test.ts this can be reworked to have a full thing available. For firestore: https://github.com/eclipse/thingweb.node-wot/blob/master/packages/binding-firestore/test/test-thing.ts For mbus and modbus : there is not full test available. A small test thing should be created