Seite 1 von 1

RPSParser für RoboProSmart

Verfasst: 24 Okt 2018, 15:31
von nopez
Hi,
ich hab in Python3 eine Bibiothek programmiert, die die RoboProSmart xml Dateien parst + ausführt(mit custom handler).
Falls es euch intressiert:
https://github.com/nift4/rpsparser
Und falls es immernoch jemand intressiert:

Code: Alles auswählen

python3 test.py
im Repo :)

Re: RPSParser für RoboProSmart

Verfasst: 28 Okt 2018, 14:39
von vleeuwen
Interesting but what is your objective with this parsing?

Re: RPSParser für RoboProSmart

Verfasst: 29 Okt 2018, 07:50
von nopez
vleeuwen hat geschrieben:Interesting but what is your objective with this parsing?
Run ROBOPro Smart programs with the TXT ;)

Re: RPSParser für RoboProSmart

Verfasst: 29 Okt 2018, 17:19
von vleeuwen
Thanks for the information

Re: RPSParser für RoboProSmart

Verfasst: 31 Okt 2018, 16:32
von MasterOfGizmo
But RoboProSmart programs are supposed to be run on the PC/Smartphone. With your solution you'd have to copy the resulting programs somehow onto the TXT and you'd not have any graphic feedback while its running.

Alternally you could program the TXT to behave like the BT-Smart-Controller and then simply access it from the PC/Smartphone exactly like you'd access the BT-Smart-Controller. Technically this would work very similar to the FT BT remote control server https://github.com/ftCommunity/ft_bt_remote_server which behaves like the FT bluetooth remote receiver.