Open
Description
Currently we have several vague ideas/starts towards communication of various kinds:
- We now have
I/O cables
(74ad23e) which we don't really use for anything yet other than as an ingredient forADT calculator
s, but the idea is that they will let you plug into nearby robots/other things (ATMs? other computer systems?) and communicate with them. See also Use placed cables as communication channels #739 . - We also have
say
/listen
; I imagine you might use this to communicate with aliens (Ideas for encounters with alien actors/robots #218). - We are also contemplating some kind of wireless communication through
antenna
devices or whatever (Inter-robot communication #94).
I'm wondering if we could somehow unify all these things so you could program communication protocols independently of the underlying transmission medium? I don't yet know what that would look like, but I was inspired thinking about @fryguybob 's comments re "modularity" in #218.