SQLite, XML and web
2 views (last 30 days)
Show older comments
Hello!
I have written a MATLAB software which is generating some XML messages (alarms). The alarms are generated according to some datas read from an SQLite database. This software is now actually running on a server. What I would like to do now is to make in such a way that my app can communicate with another one running on another PC somewhere else on the network (i.e. through the www or a VPN connection). Basically my application should listen for a request, and once the request comes if a new XML message was generated, this should be sent to the remote PC. At the moment i save each message inside a folder on the local host, wher my software is running. How can I build up the requested behavior?
Greetings, Giovanni.
0 Comments
Answers (1)
Fernando
on 17 Feb 2012
What would the remote PC do with the alarms?
My first option would be to use Web Services, Matlab can use a web service to post the messages to the remote PC. For that the other computer needs to have a web server with some language.
The language can be .NET, Python, C++, php, etc etc.
Let me know if that helps you. Best
See Also
Categories
Find more on Web Services in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!