Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimitriv/Ziria
A domain-specific-language and compiler for low-level bitstream processing.
https://github.com/dimitriv/Ziria
Last synced: 3 months ago
JSON representation
A domain-specific-language and compiler for low-level bitstream processing.
- Host: GitHub
- URL: https://github.com/dimitriv/Ziria
- Owner: dimitriv
- Created: 2014-05-25T08:28:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T16:05:23.000Z (almost 8 years ago)
- Last Synced: 2024-03-17T14:20:39.445Z (11 months ago)
- Language: C
- Size: 38.1 MB
- Stars: 91
- Watchers: 23
- Forks: 18
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeCompiler - Ziria
README
# Ziria [![Build Status][status]](https://travis-ci.org/dimitriv/Ziria)
Ziria is a programming language and compiler for low-level bitstream processing.
Check the [project website](http://research.microsoft.com/en-us/projects/ziria/).### News
* Ziria now features a standard compliant LTE and LTE-U implementation. Check [Open Test Platform for LTE/LTE-U](https://github.com/Microsoft/OTP4LTE-U).
* Ziria features standard compliant [802.11a/g PHY implementation](https://github.com/dimitriv/Ziria/tree/master/code/WiFi).
* Ziria works with [Sora](https://github.com/Microsoft/Sora/) and [BladeRF](https://github.com/Nuand/bladeRF).
* Ziria works with Analog Devices [FMCOMMS](https://github.com/analogdevicesinc) series and runs on ARM.
### Some useful information:
* Top-level directory structure:
| Directory | Description |
| ---------:|:------------------------------------------------------ |
| src/ | Haskell source code |
| tools/ | A few useful tools |
| lib/ | Some simple libraries |
| csrc/ | C code and C libraries |
| tests/ | Testsuite |
| code/ | WiFi implementation code |
| doc/ | Various documentation and design notes |
| scripts/ | Various scripts for building in different environments |* Installing the compiler: see [INSTALL](INSTALL.md)
[status]: https://travis-ci.org/dimitriv/Ziria.svg?branch=master