Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Connecting to webserver and send and receive requests

Connecting to webserver and send and receive requests

Anonymous
Not applicable
732 Views
1 Reply
Message 1 of 2

Connecting to webserver and send and receive requests

Anonymous
Not applicable

I want to be able to send http requests containing string data to a server which the server will store in a database. Whats the best approach to do it in maya. Can i use Qt classes that handle network programming or does maya C++ API provide its own classes.

 

Thanks.

0 Likes
Accepted solutions (1)
733 Views
1 Reply
Reply (1)
Message 2 of 2

cheng_xi_li
Autodesk Support
Autodesk Support
Accepted solution

Hi,

 

Maya doesn't provide networking class, QT is a good choice. 

 

Yours,

Li

0 Likes