mc-b / microSRCP

MicroSRCP Projekt, Steuerung einer Modelleisenbahn auf Basis der Arduino Plattform
14 stars 9 forks source link

Using Arduino SRCP stack for own project? #1

Closed dcoredump closed 2 years ago

dcoredump commented 10 years ago

Hi Marcel,

can we use your SRCP stack for our own project called "ArduRail"? It is hosted on SF and aims to be a MM central with own (interrupt driven) signal generation. Currently it is a library with an optional P50(X) interface. With your SRCP stack it can be a full SRCP central station.

You can contact me at dcoredump@googlemail.com.

Thanks, Holger

mc-b commented 10 years ago

No problems, ArduRail uses the same license as microSRCP.

Examples can be found in the wiki (https://github.com/mc-b/microSRCP/wiki/Srcp-protokoll).

For the sources, see https://github.com/mc-b/microSRCP/tree/master/microSRCP/arduino/libraries

Attention: Serial SRCP Communication only works with RocRail. SRCP is a TCP / IP protocol. See also this thread http://forum.rocrail.net/viewtopic.php?t=5930

mc-b commented 10 years ago

closed