Skip to content

Latest commit

 

History

History
122 lines (92 loc) · 4.52 KB

README.md

File metadata and controls

122 lines (92 loc) · 4.52 KB

Contributors Forks Stargazers Issues MIT License LinkedIn Buy Me a Coffee


Logo

AnnoNAS: AI-Powered Smart Home Server

AnnoNAS is a cost-effective, space-efficient server designed for home use. It runs on a single computing board, providing affordability, power efficiency, and AI capabilities.
Explore the code »

Table of Contents
  1. About The Project
  2. Built With
  3. Getting Started
  4. Usage
  5. Roadmap
  6. Contributing
  7. License
  8. Contact
  9. Acknowledgments

About The Project

The AnnoNAS project aims to create a smart home server that is both cost-effective and space-efficient. It runs on a single computing board, making it ideal for small spaces. Key features include:

  • Affordability: AnnoNAS is designed to be budget-friendly, allowing users to set up a home server without breaking the bank.
  • Power Efficiency: The server is optimized for low power consumption, reducing energy costs.
  • AI Capabilities: AnnoNAS leverages AI technologies for tasks such as automation, security, and personalized services.

Whether you're a tech enthusiast or a casual user, AnnoNAS provides an accessible solution for home server needs.

(back to top)

Built With

  • C
  • Valgrind
  • GNU tools

(back to top)

Getting Started

To get started with AnnoNAS, follow these instructions:

Prerequisites

  • GCC

Installation

  1. Clone the repo:
    git clone https://github.com/wanghley/cache-simulator.git
  2. Compile the code:
    gcc -g -o cachesim cachesim.c
  3. Run the code:
    ./cachesim <trace file.txt> <cache size in kB> <Associativity> <Block size in B>

(back to top)

Usage

AnnoNAS serves as a smart home server, providing various functionalities such as automation, data storage, and AI-driven services. Use the instructions below to explore its capabilities:

How to Run

  1. Compile and run the AnnoNAS code.
  2. Customize the server based on your home server requirements.
  3. Explore AI-powered features and optimize memory access patterns.

Enjoy your smart home server experience with AnnoNAS!

(back to top)