Resources

This page provides diagrams, visual walkthroughs, code snippets, and learning resources for users and students.


🖼 Step-by-step Visual Guide

Designed for users with no technical background. Each step includes a screenshot.

Insert TF card and power on
1. Insert TF card and connect power.
Find WiFi hotspot
2. Find the WiFi hotspot named NetAccel-XXXX.
Enter password
3. Enter the provided password.
Scan QR code
4. Scan the QR code to view device status.

📐 Diagrams & Illustrations


💻 Code Snippets

Minimal hostapd config


interface=wlan0
ssid=NetAccel-XXXX
hw_mode=g
channel=6
auth_algs=1
ignore_broadcast_ssid=0

Minimal dnsmasq config


port=0
domain-needed
bogus-priv

Minimal nftables rules


table inet filter 
  chain input 
    type filter hook input priority filter; policy drop;
    ct state established,related accept
    iif "lo" accept

Netplan bridge example


network:
  version: 2
  renderer: networkd
  ethernets:
    eth0:
      dhcp4: no
  wifis:
    wlan0:
      dhcp4: no 
  bridges:
    br0:
      interfaces: [eth0, wlan0]
      dhcp4: true

🌱 Youth Learning Program

We welcome young engineers, students, and learners to contribute diagrams, testing reports, notes, or simple tools. Small tokens of appreciation will be offered.


♻️ Recycle & Refurbish Program

If you no longer need your device, we can refurbish and pass it to another learner.


💬 Mentoring & Debugging Assistance

Limited 1:1 guidance is available when time permits for learners interested in deep system understanding.


📨 Contact