Skip to content

swank-rats/roboter-software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roboter-software

Software for Rat-Roboter

Actual protocol:

{
    to: 'test',
    cmd: 'echo',
    params: {
        toUpper: true
    },
    data: 'testdata'
}

Implementet functionallity:

{
    to: 'robot',
    cmd: 'left'
}

{
    to: 'robot',
    cmd: 'right'
}

{
    to: 'robot',
    cmd: 'straight'
}

{
    to: 'print',
}

Releases

No releases published

Packages

No packages published

Languages