Docker image of IoT slice formed by a oneM2M Mobius broker
503
Smart city applications require pervasive and large-scale infrastructures, which include heterogeneous IoT devices and distributed information systems, thus posing interoperability and cost challenges. Interoperable solutions, exploiting fog/edge/cloud computing resources, are fundamental for fair competition, especially in public procurements, while costs savings are necessary to speed up the smart city innovation pace, by enabling more stakeholders to easily enter the market, especially SMEs.
The Fed4IoT project faces the interoperability issue, focusing on large scale environments and addressing the problem at different and synergic levels: device, platform and information. The goal of the project is “Federating IoT and Cloud Infrastructures to Provide Scalable and Interoperable Smart Cities Applications by introducing novel IoT virtualization technologies” and will be pursued through the following steps:
The project solutions will be technically validated by implementing four specific smart city applications, based on a federated EU/JP platform, deployed in real life systems in two EU and two JP cities.
The Fed4IoT consortium will also actively support standardization activities (ETSI, oneM2M, ITU, ISO, etc.) and EU/JP initiatives (e.g., AIOTI and ITAC), where consortium members are involved.
This IoT slice is formed by an oneM2M Mobius broker, allowing tenant to access virtual things data and insert it's own sensors data.
Create new flavour by using fed4iot-master-controller /addFlavour HTTP API:
method: POST
headers:
{
'Accept': "application/json",
'Content-Type': "application/json",
'cache-control': "no-cache"
}
body:
{
"flavourDescription": "IoT slice formed by a oneM2M Mobius broker",
"imageName": "fed4iot/mobius-base-f",
"name": "Mobius-base-f",
"sliceType": "Mobius"
}
Tenants can create their slice by using fed4iot-master-controller /sliceCreate HTTP API:
method: POST
headers:
{
'Accept': "application/json",
'Content-Type': "application/
'cache-control': "no-cache"
}
body:
{
"tenantID": "myTenantID",
"flavourName": "Mobius-base-f",
"debug_mode": false
}
/sliceCreate API will return the url of Mobius broker entry point
Content type
Image
Digest
Size
182.1 MB
Last updated
over 7 years ago
docker pull fed4iot/mobius-base-f