Communication between Links

3 replies [Last post]
amehta
Title: NooBot
Joined: 07/18/2011
Posts:
BotPoints: 136
User offline. Last seen 6 years 15 weeks ago.

I remember hearing something about communication between Links when it was released, possibly via IR? How should I go about doing this? I looked in the Documentation and workshop slides, and I couldn't really find anything. All I want to do is send a small piece of information (like "1" or "0") to the other Link indicating that a process is done.

Thanks.

-amehta (Andrew Mehta)

ruler501
ruler501's picture
Title: NooBot
Joined: 01/29/2012
Posts:
BotPoints: 367
User offline. Last seen 8 years 3 weeks ago.

Last I knew it wasn't implemented yet in libkovan. They might have it now though.

amanda southworth
Title: NooBot
Joined: 09/08/2014
Posts:
BotPoints: 18
User offline. Last seen 8 years 37 weeks ago.

what i would do is search it online. if you have heard of it, other people have heard of it, and they might have posted something about it.

ruler501
ruler501's picture
Title: NooBot
Joined: 01/29/2012
Posts:
BotPoints: 367
User offline. Last seen 8 years 3 weeks ago.

https://github.com/kipr/libkovan/blob/master/include/kovan/ir.h is the c code for using the ir sensor

vhttps://github.com/kipr/libkovan/blob/master/include/kovan/ir.hpp is the cpp code for using the ir sensor