Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xchwarze/frieren-modules
Collection of modules for the Frieren micro-framework, enhancing functionality for routers and Single Board Computers (SBCs). Explore a range of modules aimed at boosting security, performance, and user experience.
https://github.com/xchwarze/frieren-modules
hacking iot openwrt rasberry-pi redteam-tools wireless
Last synced: 24 days ago
JSON representation
Collection of modules for the Frieren micro-framework, enhancing functionality for routers and Single Board Computers (SBCs). Explore a range of modules aimed at boosting security, performance, and user experience.
- Host: GitHub
- URL: https://github.com/xchwarze/frieren-modules
- Owner: xchwarze
- License: other
- Created: 2024-04-13T04:45:04.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-30T14:49:52.000Z (3 months ago)
- Last Synced: 2024-07-30T18:33:38.639Z (3 months ago)
- Topics: hacking, iot, openwrt, rasberry-pi, redteam-tools, wireless
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Frieren Modules Repository
## Description
This repository contains a collection of modules developed for the [Frieren ecosystem](https://github.com/xchwarze/frieren).
Modules in this repository are built using the `frieren-module-template`, designed to ensure seamless integration and consistent performance across the Frieren platform. These modules leverage modern technologies and are developed with the UMD (Universal Module Definition) standard, making them versatile for various deployment scenarios.
## Getting Started
To use a module from this repository, follow these steps:
### Installation
```bash
git clone https://github.com/xchwarze/frieren-modules
cd frieren-modules/
yarn install
yarn build
```Refer to the individual module directories for specific installation instructions.
### Usage
Each module comes with its own set of documentation. Please read through the `README.md` file in the respective module directory for detailed usage instructions.
## Contributing
Contributions are welcome! If you have developed a module using the `frieren-module-template` and wish to share it, please follow these steps:
1. Fork the repository.
2. Create a new module or improve existing modules.
3. Submit a pull request with a comprehensive description of changes.## License
All modules in this repository are distributed under the LGPL-3.0-only License, facilitating open-source collaboration and distribution.
## Acknowledgments
A special thanks to all contributors who have developed and maintained the modules in this repository, enhancing the capabilities of the Frieren ecosystem.