This repository contains test implementations of IPP (Internet Printing Protocol) and SNMP (Simple Network Management Protocol) protocols. The implementations are intended for training, testing and demonstration of these protocols.
Internet Printing Protocol (IPP) is a network protocol for managing printers and print jobs. IPP runs on top of HTTP and provides printer management functions (e.g., requesting status, sending print jobs). Link to the original protocol description
Simple Network Management Protocol (SNMP) is a network management protocol used to monitor and manage devices on a network, such as routers, printers, servers, and others.
This repository implements the basic functions of these protocols to demonstrate their capabilities.