Is it possible to transfer file to endpoint in KAA IoT solution? - kaa

I am using KAA 0.10 to connect to endpoints and collecting some performance data. Now i want to send some file to the end point, is it possible in KAA?
Please help.

No you can not transfer any file over KAA, but you can design configuration schema where you can update configuration with Accessible file link and endpoint will get the configuration update notification and your endpoint will download from same link.

Related

Documentation for Firebase Remote Config *Client* API?

I'm looking for documentation detailing the API that allows clients to connect to Firebase Remote Config. I'm making a Unity project for a platform other than mobile, and I've built my own client code for other Firebase products since no client library is available to my knowledge; now, I'm looking to do the same for Remote Config but I can't seem to find any documentation for the actual REST API!
I'm aware of the Remote Config admin/configuration API, but this is NOT what I'm looking for, as it is built for developer/admin accounts to modify remote config data; instead, I'm asking for the API that the official Firebase client libraries use to fetch one single user's configuration.
A link to official or unofficial documentation or easy-to-read sample code would be greatly appreciated! Otherwise, I might end up reverse engineering the Google-provided client libraries and generate some myself.
firebaser here
There is currently no publicly documented REST API for accessing Remote Config data from a client. The only supported platforms are the ones for which an SDK is available.
Also see:
Firebase Rest api for remote config
Calling Firebase Remote Config REST API without auth
How to query firebase remote config rest API, where somebody tries to use the (afaik undocumented) REST API in a web app

Need Help in kamailio push notification for IOS

I need to configure ios push notification in kamailio I have installed kamailio by repository. and need to configure ios push notification for my custom app. kindly support.
You can do that like this
1) Create fast and simple http endpoint running on localhost which will get device name from kamailio(sent via http module) and write it to rabbitmq.
2) Create php script which read device name, searches for credentials and does push(reuse of your current php script).
It is higly recommend use somethign like above, becuase kamailio http module block event loop.

How to send data from rest api to a kaa server

How to send data from rest api to kaa server without using the sdk
the above it is possible or i only can push new data using the sdk ?
I tried use the api methods but i don't know what is the appropriate
Don't think you would be able to use anything other than example SDK to send data to Kaa. Kaa SDKs have implicit info about the schemas used in the kaa server. You can use a sample SDK and modify for your own use.
REST log appender provided with kaa is very easy to use. If you face any problem then you can search for other questions related to kaa REST log appender and you would be able to find a solution. If not, pls ask for help on your specific error msg or issue. You can also refer to the question asked here

What is the host url of Oracle cloud Application Express?

I have signed up for the trial version of oracle cloud data base.
Where can I find the host URL that I need to use in my Java dynamic web project of eclipse?
Thanks in advance.
Basic knowledge about the trial request and details needed :
After you request a trial service from Oracle Cloud, you'll be provided with a few details: Identity Domain, Temporary password, and your username.
By using them you'll login to your trial cloud account from here:
[https://cloud.oracle.com/sign_in][1]
Accessing the service from Eclipse
When it comes to access your Database Cloud Service from Eclipse:
You need to add the Oracle Cloud plugin from the Eclipse Market (Help Menu->Eclipse Marketplace)
You'll add the Oracle Cloud connection window to the interface (Window Menu->Show View->Other)
Create a new connection where you follow the steps with the proper details you have about your account.

Mirgrating Document Server to the Cloud

A client of mine is having problems hosting their own document server so they are thinking about moving the their document server and application server to the cloud. The problem is, we had a application that scanned the documents into a particular folder on the document server (internal network), now with the cloud this application may need to be revised to send the documents. FTP is out. We are looking for a host service that allows us to map the folder on the server or that would enable us to upload the documents via HTTP/HTTPS. Can anyone suggest a service that I could use to accomplish this ? Please let me knows thanks!
You might want to look at a WebDAV provider. I do personal doc backup and management against my FastMail DAV storage area and it works fine. All you need is a good WebDAV client. I use a Python lib, but there are commercial and free clients for most languages.

Resources