dih2-rowa / programhandler

ROSE-AP 1
Apache License 2.0
0 stars 0 forks source link

Robot Program Handler - Client(RPH-Client) #6

Open mhRowa opened 2 years ago

mhRowa commented 2 years ago

Overview

A client application which is running on every integrated robot. Used for the data exchange to the RPH-Server.

Purpose

MartinTrinkl commented 2 years ago

Posible API enpoints

API RPHC/ @route(/v1/{program}/{file}), method['POST'] save file

@route(/v1/{program}/{file}), method['GET'] return file

MartinTrinkl commented 2 years ago

Regarding API: nginx can be used. -> Using FTP would be a better approach.

MartinTrinkl commented 2 years ago

@MarlenaRowa @mhRowa In programhandler/docker/docker-compose/pgh you will now find a example with an c# app. Please test it on your local machine. To extend the code I suggest a new meeting.