BrianPeek / legoev3

LEGO MINDSTORMS EV3 API for .NET
Apache License 2.0
137 stars 72 forks source link

Missing SystemCommands #9

Open X-sam opened 9 years ago

X-sam commented 9 years ago

Does not implement LIST_FILES or any receiving from brick commands. This makes it difficult to, for example, make an explorer tool, or get the current name of the brick (which can be found in ~/sys/settings/BrickName). Documentation for these commands is in the EV3 sources.

BrianPeek commented 9 years ago

Happy to merge a PR for these. ;)

X-sam commented 9 years ago

Already working on it ;)

zabavip commented 4 years ago

Do you have any progress to get the Brick Name from Ev3 brick?

zabavip commented 4 years ago

I solved my problem :) Now I am working to get Battery Level.