15
0
Fork
You've already forked Space-Bus
0
[abandonware] Software and hardware for the space automation bus at RevSpace https://revspace.nl/SpaceBus
  • C 86.7%
  • Makefile 8.7%
  • IDL 3.4%
  • Processing 1.2%
Find a file
2011年11月20日 17:29:54 +01:00
application Did some work on the tiny-dev board. 2011年11月20日 17:29:54 +01:00
doc General cleanup, edited the readme, moved boards to a hw/ subdir, added the SBLP test program to git 2011年10月13日 08:28:44 +02:00
hw/boards Did some work on the tiny-dev board. 2011年11月20日 17:29:54 +01:00
infra Set up directory tree for arbiter 2011年07月16日 18:20:59 +02:00
lib Merge branch 'master' of github.com:RevelationSpace/Space-Bus 2011年11月13日 19:00:33 +01:00
scratch Some more hardware stuff for tiny485, added Makefile, eliminated some syntax errors - it compiles now. Doubt it works. 2011年07月29日 22:01:00 +02:00
Doxyfile General cleanup, edited the readme, moved boards to a hw/ subdir, added the SBLP test program to git 2011年10月13日 08:28:44 +02:00
Makefile General cleanup, edited the readme, moved boards to a hw/ subdir, added the SBLP test program to git 2011年10月13日 08:28:44 +02:00
Makefile.inc Change architecture to ATtiny44 2011年11月13日 19:00:04 +01:00
README General cleanup, edited the readme, moved boards to a hw/ subdir, added the SBLP test program to git 2011年10月13日 08:28:44 +02:00

== SPACEBUS ==
== ABOUT ==
The SpaceBus protocol stack is a collection of several protocols intended for
medium-scale communication networks involving mostly small, embedded devices
such as microcontrollers. It is designed to be mostly small and simple, though
with enough power for simple automation tasks.
Further documentation and the specification can be found at:
	https://revspace.nl/RevelationSpace/SpaceBus
== FILES ==
application/			stand-alone software
	elrc/			the Electronic Lift Room Controller example
	tests/			library test programs
hw/				hardware designs
infra/				infrastructure software
	arbiter/		the SBLP arbiter code
lib/				library code
	sblp/			SpaceBus Link Protocol
	tiny485/		ATTiny byte-level framing & rs485 driver
scratch/			scratch files, experiments, sketches
== TODO ==
- write SBP (Space Bus Protocol) specification
- document wiring/pinout
- implement software
- design hardware:
 - psu
 - arbiters
 - simple SBP-enabled GPIO devices
 - ethernet<->space bus gateway/router
 - 'T-junction'
- and more...