diff --git a/build/GatewayProfile.sap b/build/GatewayProfile.sap index b8f0296..3a925fd 100644 --- a/build/GatewayProfile.sap +++ b/build/GatewayProfile.sap @@ -1,194 +1,209 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ?resource iot:hasValue ?value }", + "forcedBindings": {} + }, + "ALL": { + "sparql": "SELECT ?s ?p ?o WHERE { ?s ?p ?o }", + "forcedBindings": {} + }, + "COAP_RESOURCE": { + "sparql": "SELECT ?resource WHERE { ?mapping rdf:type iot:MP-Mapping . ?mapping iot:hasProtocol iot:COAP . ?mapping iot:hasResource ?resource }", + "forcedBindings": {} + } + } +} diff --git a/build/client.properties b/build/client.properties deleted file mode 100644 index b989c89..0000000 --- a/build/client.properties +++ /dev/null @@ -1,6 +0,0 @@ -#---SEPA client properties file --- -#Tue Feb 07 21:53:13 CET 2017 -url=localhost -subscribePort=9000 -path=/sparql -updatePort=8000 diff --git a/log4j-1.2.17.jar b/log4j-1.2.17.jar new file mode 100644 index 0000000..1d425cf Binary files /dev/null and b/log4j-1.2.17.jar differ