Package: vendora-sbc Version: 1.6.11 Architecture: amd64 Maintainer: Vendora Homepage: https://vendorawifi.com Depends: python3 (>= 3.11), python3-pip, python3-cryptography, nftables, dnsmasq, network-manager, iproute2, sqlite3, ca-certificates, pppoe Priority: optional Section: net Filename: pool/main/v/vendora-sbc/vendora-sbc_1.6.11_amd64.deb Size: 18363936 SHA256: 46d6c2bc372928751824cdafb83bab3be61c4685ab3251cad96fe367904fc03a SHA1: c6e55084ee26c215fc95c43a0d84e877b8bd42a8 MD5sum: 1758b33744b4d7a20a74d4a0d1754773 Description: Coin-operated WiFi vendo controller Vendora SBC is an all-in-one WiFi vendo controller built on a single-board computer. It collapses the traditional ESP8266 + MikroTik vendo combo into a single Linux device that reads coin pulses, drives an external WiFi access point (in bridge mode), runs DHCP / DNS / NAT / a captive portal locally, and phones home to vendorawifi.com for activation and heartbeat. . This package contains the Python services, systemd units, and operator tools. System-level config (nftables, dnsmasq, NetworkManager, sysctl) and the third-party Python libraries (FastAPI, uvicorn, gpiod, jinja2, python-multipart) are NOT installed by this package — they are set up during the Armbian image build (see image/README.md in the source tree). The main supported use case for this .deb is in-place upgrades of an already-imaged Vendora SBC device. . Production builds run from compiled bytecode only; the post-install script compiles .py to .pyc and removes the source files. License credentials and device identity (under /etc/vendora/) persist across package upgrades, as does the on-device state database (/var/lib/vendora/state.db) containing sales, vouchers, and audit log.