Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldersantos/nbus1553
NBu1553 is a open source library to communicate with the military interface 1553
https://github.com/eldersantos/nbus1553
Last synced: about 4 hours ago
JSON representation
NBu1553 is a open source library to communicate with the military interface 1553
- Host: GitHub
- URL: https://github.com/eldersantos/nbus1553
- Owner: eldersantos
- License: mit
- Created: 2014-01-30T15:22:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T16:28:34.000Z (almost 11 years ago)
- Last Synced: 2023-08-11T09:29:12.390Z (over 1 year ago)
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NBus1553
========NBus1553 is an open source library wiritten in C# used to communicate with the military serial data bus called 1553.
Basically this data bus is used by military aircrafts to control the data communication flow between all the digital equipments like MDP, Radar, EFI, etc
If you have never heard about it, please take a look at the http://en.wikipedia.org/wiki/MIL-STD-1553NBus1553 was developed to make the use of the 1553 easier to any .net developer, since it provides an abstraction between the low level manufacturer layer
This kind of library is tightly tied to the hardware you are using, so NBus1553 is not different. It was tested only against the Excalibur 1553 PCMCIA Card and there is no guarantee it will work against any other manufacturer.
NBus1553 supports the following transactions:
** RT to Controller Transfer
** RT to RT Transfers.
** Mode Command With Data Word (Transmit)
** Mode Command With Data Word (Receive)There is no tested support to used these library as a Bus Controller.