-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
97 lines (97 loc) · 14.2 KB
/
index.xml
File metadata and controls
97 lines (97 loc) · 14.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Smart Ocean Cloud Platform </title>
<link>https://smartoceanplatform.github.io/</link>
<description>Recent content on Smart Ocean Cloud Platform </description>
<generator>Hugo</generator>
<language>en-UK</language>
<copyright>Open-source <a class="text-muted text-decoration-none" href="https://github.com/filipecarneiro/hugo-bootstrap-theme/blob/main/LICENSE">MIT</a> Licensed.</copyright>
<lastBuildDate>Sun, 08 Feb 2026 19:54:54 +0100</lastBuildDate>
<atom:link href="https://smartoceanplatform.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Data model for time series data</title>
<link>https://smartoceanplatform.github.io/page/datamodel/</link>
<pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/page/datamodel/</guid>
<description><p>Interoperability is a central aspect of the SmartOcean platform which provided data provision and consumption via standardised REST and MQTT cloud APIs, and data and meta-data formats for service integration.</p>
<p>Work is ongoing on standardising a data- and meta-data format for the SmartOcean platform to be used both internally in the platform and for exposing data. The figure below shows the current basic data model being used by the SmartOcean platform.</p></description>
</item>
<item>
<title>Data providers</title>
<link>https://smartoceanplatform.github.io/page/providers/</link>
<pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/page/providers/</guid>
<description><p>Data providers are systems and applications that actively deliver marine data-sets and data streams to the Smart Ocean platform.</p>
<p>Data is currently being provided to the platform from the <a href="https://www.hi.no/en/hi/laboratories/austevoll-research-station" target="_blank" rel="noopener">Austevoll Research Station</a> of the <a href="https://www.hi.no/hi/en" target="_blank" rel="noopener">Institute of Marine Research</a> where the SmartOcean Pilot Demonstrator 1 has been deployed.</p>
<p>The pilot demonstrator encompass underwater sensor hubs and nodes with underwater wireless communication from</p>
<ul>
<li><a href="https://www.aanderaa.com/profiling-current-meter" target="_blank" rel="noopener">Aanderaa Data Instruments</a> (AADI/Xylem)</li>
<li><a href="https://wsense.it" target="_blank" rel="noopener">W-sense</a></li>
</ul>
<p>Data is being provided to the platform via the ingestion messaging service. The data ingestion service does not provided any constraints on the format in which data is being provided in order to support integration of a wide range of data sources.</p></description>
</item>
<item>
<title>Data service consumers</title>
<link>https://smartoceanplatform.github.io/page/consumers/</link>
<pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/page/consumers/</guid>
<description><p>Data streams from the SmartOcean platform can be consumed via the:</p>
<ul>
<li>The REST API of the data space service</li>
<li>The MQTT core messaging service</li>
</ul>
<p>ThingSpeak channels consumes the some example streams on the platform and has been setup for demonstration purposes:</p>
<ul>
<li><a href="https://thingspeak.com/channels/2129424" target="_blank" rel="noopener">Virtual Sensor Hub ThingSpeak Channel</a></li>
<li><a href="https://thingspeak.com/channels/2161887" target="_blank" rel="noopener">AADI Austevoll Demonstrator - South Node</a></li>
<li>[AADI Austevoll Demonstrator - North Node](sensor node under maintainance)</li>
<li><a href="https://thingspeak.com/channels/2161890" target="_blank" rel="noopener">W-sense sensor node 1 and sensor node 2</a></li>
</ul>
<p>Data streams from the platform are also being consumed by and made available via the <a href="https://www.nmdc.no/nmdc" target="_blank" rel="noopener">Norwegian Marine Data Centre</a> and via the Norce Enlighten Portal.</p></description>
</item>
<item>
<title>Data space service for historical time series data</title>
<link>https://smartoceanplatform.github.io/page/dataspace/</link>
<pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/page/dataspace/</guid>
<description><p>The SmartOcean data space service provides uniform access to platform data services and external data sources. The data streams of the core messaging service are forwarded into time series collections for longer-term storage</p>
<p>The data space service which currently uses the MongoDB cloud-based storage and provides an internal provider REST API for storing data and an external data consumer API for retrieving data. As the data service evolves, it will also be able to serve as a proxy service for access to external data services.</p></description>
</item>
<item>
<title>Edge integration of sensor networks</title>
<link>https://smartoceanplatform.github.io/page/edge/</link>
<pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/page/edge/</guid>
<description><p>The primary purpose of the edge integration service is to support the delivery of data from the underwater wireless sensor networks (UWSNs) into the data services of the platform.</p>
<p>The edge integration facilitates the transfer of data from the information acquisition layer into the data and application service layer. The integration point is needed since the UWSNs operate with highly specialised communication protocols intended for acoustic communication and the data will have be provided to a gateway service via, e.g., 5G, WiFI, cabling or satellite communication.</p></description>
</item>
<item>
<title>Messaging service for real-time data streams</title>
<link>https://smartoceanplatform.github.io/page/messaging/</link>
<pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/page/messaging/</guid>
<description><p>The messaging service of the Smart Ocean platform supports publishing data and subscribing to real-time data streams</p>
<p>The messaging service is based on the publish-subscribe paradigm and the MQTT protocol. In this paradigm, data providers publish data topics while data consumers subscribe to topic in order to receive data published on the topic.</p>
<p>The messaging service is comprised of two <a href="https://console.hivemq.cloud" target="_blank" rel="noopener">HiveMQ MQTT</a> messaging clusters</p>
<ul>
<li>An Ingestion Messaging Service for delivering data to the platform</li>
<li>A Core Messaging Service for data transformation, forwarding and consumption</li>
</ul>
<p>The data ingestion service receives data in formats determined by the data sources and a transformation to the SmartOcean data format is performed prior to publishing the data on the core messaging service for further processing.</p></description>
</item>
<item>
<title>Digital Twin for Optimising Acoustic Communication</title>
<link>https://smartoceanplatform.github.io/post/dtacoustic/</link>
<pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/post/dtacoustic/</guid>
<description><p>HVL and Bouvet has jointly developed a digital twin targetting the optimization of compression algorithm for acoustic underwater communication.</p>
<p>Click on the image below to what the YouTube demonstration video.</p>
<div style="text-align: center;"> <a href="https://www.youtube.com/watch?v=ql5XGZE1mus"> <img src="https://smartoceanplatform.github.io/post/dtacoustic/dtvideo_snapshot.png" alt="Watch the video" width=700/> </a> </div>
<br>
The live dashboard for the digital twin solution: https://dashboard-smartocean1p.azurewebsites.net/ (requires login)</description>
</item>
<item>
<title>Smart Ocean Data Explorer</title>
<link>https://smartoceanplatform.github.io/post/enlighten/</link>
<pubDate>Thu, 17 Oct 2024 00:00:00 +0100</pubDate>
<guid>https://smartoceanplatform.github.io/post/enlighten/</guid>
<description><p>Data sets from the Austevoll test site can be explored via the Smart Ocean Enlighten Data Explorer developed by NORCE.</p>
<p>SFI Smart Ocean Data Exploration: <a href="https://smartocean.web.norce.cloud/#/view/default" target="_blank" rel="noopener">https://smartocean.web.norce.cloud/#/view/default</a></p>
<div style="text-align: center;"> <a href="https://smartocean.web.norce.cloud/#/view/default"> <img src=https://smartoceanplatform.github.io/post/enlighten/norceexplorer.png height ="350" alt="Explore the tool" /> </a> </div>
<br></description>
</item>
<item>
<title>Norwegian Marine Data Centre</title>
<link>https://smartoceanplatform.github.io/post/nmdc/</link>
<pubDate>Sun, 24 Sep 2023 00:00:00 +0100</pubDate>
<guid>https://smartoceanplatform.github.io/post/nmdc/</guid>
<description><p>A selected data set from the Austevoll test site has been made available via the Norwegian marine Data Centre.</p>
<p>Smart Ocean Austevoll Data Set: <a href="http://metadata.nmdc.no/metadata-api/landingpage/f4ef202da4c6dc873c7f67140a430ef9" target="_blank" rel="noopener">http://metadata.nmdc.no/metadata-api/landingpage/f4ef202da4c6dc873c7f67140a430ef9</a></p></description>
</item>
<item>
<title>About</title>
<link>https://smartoceanplatform.github.io/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/about/</guid>
<description><h1 id="smart-ocean-cloud-platform">Smart Ocean Cloud Platform</h1>
<p>The Smart Ocean digital ecosystem is a system-of-systems comprised of data consumer systems and applications, data provider systems and applications, external data services, end-user applications, and the Smart Ocean Data Service and Application Platform for development and deployment of smart ocean applications.</p>
<p>The platform is developed as part of the SFI Smart Ocean centre for research-based innovation funded by the Norwegian Research Council involving research and industry partners focussing on key challenges in developing smart ocean systems. The three main focus areas of the centre are: underwater sensor and measurement technology; underwater wireless sensor networks based on acoustic communication; and the Smart Ocean Platform for cloud-based data- and application services.</p></description>
</item>
<item>
<title>Contact</title>
<link>https://smartoceanplatform.github.io/contact/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/contact/</guid>
<description><h1 id="contact">Contact</h1>
<p>The Smart Ocean cloud platform is developed and maintained by the <a href="https://www.hvl.no/en/research/group/software-engineering/">software engineering research group</a> at Western Norway University of Applied Sciences as part of Smart Ocean Work Package 3 on software technology and big-data middleware.</p>
<img src="../hvl_logo_engelsk.png" style="margin: 20px;" width="400" alt="Western Norway University of Applied Sciences">
<img src="../hvlsoftwareengineering.png" style="margin: 20px;" width="1000" alt="HVL Softwate Engineering Research Group">
<p>Work package leader: <a href="https://www.hvl.no/en/employee/?user=Lars.Michael.Kristensen">Prof. Lars Michael Kristensen</a></p>
<p>Several industry and research partners in the SFI Smart Ocean Consortium are involved in work package 3 and the development of the cloud platform</p></description>
</item>
<item>
<title>Publications</title>
<link>https://smartoceanplatform.github.io/publications/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://smartoceanplatform.github.io/publications/</guid>
<description><h1 id="selected-papers">Selected Papers</h1>
<ul>
<li>
<p>Keila Lima, Tosin Daniel Oyetoyan, Rogardt Heldal and Wilhelm Hasselbring, Evaluation of MQTT Bridge Architectures in a Cross-Organizational Context, 2025, IEEE 22nd International Conference on Software Architecture (ICSA) (2025): 243-254.</p>
</li>
<li>
<p>Ivan Spajić, Lars Michael Kristensen, Volker Stolz, Toward Digital-Twin-Assisted Data Acquisition in Underwater Acoustic Sensor Networks, Procedia Computer Science, Volume 257, 2025, Pages 241-248.</p>
</li>
<li>
<p>Heldal, R., Is generalisation hindering the adoption of your findings? ESEM ’24: Proceedings of the 18th ACM/IEEE International Symposium on Empirical Software Engineering and Measurement, Pages 348 – 358.</p></description>
</item>
</channel>
</rss>