Codeybot: Open Source API


#1

The brochure for the Codeybot says : ‘Open Source API’.

Where can I find information about the Open Source API ?

Thanks !


#2

Excellent question. The Codeybot appears to be based on the OpenWRT platform and runs Linux. @tec_support, will the source for the Codeybot be published on Github?


#3

Hi Charles,

I haven’t heard about such plan currently, thanks for query.


#4

@tec_support : Would it be okay with you, if we discuss here our findings about the working (software/hardware) of the Codeybot ?(e.g. how are the files organised, how are the ‘dances’ generated, …)


#5

Hi noelvd,

Yes, we are happy that users can discuss their new finds about our robots and software. And share their experience with others.


#6

Thanks !

Let’s start with the inside (hardware) of the Codeybot :


#7

Now that you know how the Codeybot looks on the inside :slight_smile:, let’s see how to get inside the software.
After connecting from you PC/Mac/Linuxmachine to the Codeybot’s access point, you can SSH to 192.168.8.1, with user ‘root’ (no password).
If all goes well, you’re now connected to the OpenWRT computer inside the Codeybot.
All usual Linux-commands apply.
You’ll find a dozen Python-scripts, most of which start with ‘Gemini’ (the original name of the Codeybot)

Have fun exploring the scripts :wink:

More information to come…


#8