PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
9.01k stars 5.28k forks source link

[APP] CoppeliaSim #9563

Open MichaelHinrichs opened 11 months ago

MichaelHinrichs commented 11 months ago

Name of app / service CoppeliaSim

Link to developer documentation https://www.coppeliarobotics.com/helpFiles/en/apiFunctions.htm https://www.coppeliarobotics.com/helpFiles/en/remoteApiOverview.htm

Is lack of support preventing you from building workflows, or do you have a workaround? No.

Are there specific actions, or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each! No.

sergio-eliot-rodriguez commented 11 months ago

We can create the a base integration via their WebSocket remote API https://www.coppeliarobotics.com/helpFiles/en/wsRemoteApiOverview.htm, which is based on Javascript. Currently not easy to do that with Pipedream's submit an app mechanism.

Integrating the app via Python libraries currently not possible either https://www.coppeliarobotics.com/helpFiles/en/zmqRemoteApiOverview.htm

Other languages i.e. C++ currently not supported.