SQLite, XML and web
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Fernando
2012 年 2 月 17 日
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
参考
カテゴリ
Help Center および File Exchange で Web Services についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!