Questions tagged [oma]
25 questions
0
votes
1 answer
Custom Object / Instance name is not reflecting in server for LwM2M custom Object
I have created few custom objects within the range of (26241-32768). As per OMA registry spec, we need not have to register the custom objects which are in the range of 26241-32768. I have used lwm2m Leshan 1.0 server and lwm2m IOWA 1.0 client.…

Amrita Sah
- 33
- 7
0
votes
1 answer
OTA Application Provisioning implementation on Android
i am trying to implement OTA settings update for my app.
didn't find any tutorial regarding this issue.
the settings file would be an XML file.
Thanks.

senior
- 435
- 5
- 13
0
votes
0 answers
LwM2M: connection between two LwM2M servers
Is it possible that one LwM2M server will be connected to an other LwM2M server?
For example if one LwM2M can be on the gateway level and another LwM2M server is on the cloud, how could I connect the two servers?

sabrina2020
- 2,102
- 3
- 25
- 54
0
votes
1 answer
OMA: LwM2M server architecture and resources?
I am a bit confused about the LwM2M server, I can't find the resources that it contains.
On the specifications I only found descriptions about the LwM2M client and the resources that it can contain but I found nothing on the server side besides the…

sabrina2020
- 2,102
- 3
- 25
- 54
0
votes
1 answer
Lightweight M2M server deployment?
Is there recommendation concerning the deployment of lwm2m server, should it be in the cloud or on a local gateway?
Can a lwm2M server be deployed on a constraint device, a Raspberry pi for example?
if yes is there an existing implementation for…

sabrina2020
- 2,102
- 3
- 25
- 54
0
votes
1 answer
seperate titles of multiples plots in R
I plot 5 boxplots (boxplot) in two rows with par(mfrow = c(2,5), oma = c(0,0,2,2)).
par(mfrow = c(2,5),oma = c(0, 2, 2, 0))
boxplot(x,...)
title (main = "title1", outer = T)
boxplot(y,...)
title (main = "title2", outer = T)#overwrites title 1
how…

carol
- 153
- 1
- 4
- 17
0
votes
2 answers
Blank installNotifyURI in OMA Download Descriptors
People can download content (music, images) for their mobile from my server.
I'm trying to use the installNotifyURI-tag of the download descriptors specified by OMA, to be able to find out if the download has been successful.
When the user has…

joynes
- 1,627
- 4
- 16
- 19
0
votes
2 answers
Does WSO2 EMM (MDM) support OMA DM and/or TR-069 client participation?
WSO2 EMM looks like a very interesting effort. I am looking for OMA-DM and optionally TR-069 client support as well. In other words, the ability of a device with an OMA-DM client to enroll and be managed by WSO2 EMM. One might say that what…
0
votes
0 answers
OMA DM implementation in Windows MDM
In Windows MDM,After completing certificate enrolment stage how to initiate communication between server and mobile using OMA DM?
What to exactly we have to write on server side for initiation?I mean programmatically. How to use CSP's(Configuration…

Vaibhav
- 359
- 3
- 8
- 17