# Ziria **Repository Path**: funzero/Ziria ## Basic Information - **Project Name**: Ziria - **Description**: A domain-specific-language and compiler for low-level bitstream processing. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2021-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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