Skip to content

Commit

Permalink
Merge pull request #212 from RADAR-base/release-0.5.7
Browse files Browse the repository at this point in the history
Release 0.5.7
  • Loading branch information
nivemaham authored Feb 11, 2020
2 parents 5dd99b6 + 9921c7c commit b424bbd
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"namespace": "org.radarcns.connector.upload.physilog",
"type": "record",
"name": "PhysilogBinaryDataReference",
"doc": "Binary data produced by physilog 5 devices. This only contains a URI reference to the actual binary data.",
"fields": [
{"name": "time", "type": "double", "doc": "Time since Unix Epoch as reported by the device (s)."},
{"name": "timeReceived", "type": "double", "doc": "Time this record was processed (s)."},
{"name": "name", "type": "string", "doc": "File name."},
{"name": "url", "type": "string", "doc": "URI where image is stored."}
]
}
4 changes: 2 additions & 2 deletions java-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ repositories {
dependencies {
// Commons schemas (backend, passive remote monitoring app)
compile 'org.radarcns:radar-schemas-commons:0.5.6'
compile 'org.radarcns:radar-schemas-commons:0.5.7'
// Questionnaire schemas (active remote monitoring app)
compile 'org.radarcns:radar-schemas-tools:0.5.6'
compile 'org.radarcns:radar-schemas-tools:0.5.7'
}
```
Usually, you only need to include the schemas you actually need in your dependencies.
Expand Down
2 changes: 1 addition & 1 deletion java-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
apply plugin: 'idea'

// Configuration
version = '0.5.6'
version = '0.5.7'
group = 'org.radarcns'
ext.githubRepoName = 'RADAR-base/RADAR-Schemas'

Expand Down
11 changes: 11 additions & 0 deletions specifications/connector/radar-physilog-connector-1.0.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#====================================== Altoida Phone Sensors =====================================#
name: RADAR-PHYSILOG5-UPLOAD-CONNECTOR
vendor: Gait UP
model: Physilog5
version: 1.0.0
doc: Spec for RADAR-base connector for Physilog 5 data upload connector.
data:
# Summary
- doc: Binary file reference.
topic: connect_upload_physilog_binary_data_reference
value_schema: .connector.upload.physilog.PhysilogBinaryDataReference

0 comments on commit b424bbd

Please sign in to comment.