Net Framework Documentation

Welcome to the Net Framework Documentation.

Overview

The Net Framework is a comprehensive library for generating network infrastructure code. It offers a wide range of tools and abstractions for creating secure and scalable network devices.

It specializes in creating net/framework/device classes, simplifying device creation and configuration.

Device Generation

Let's generate a simple device:

Device Details

This is a sample device configuration.


  device: {
    name: "SimpleDevice",
    id: "12345",
    type: "router",
    mac: "192.168.1.10",
    ip_address: "192.168.1.10",
    ports: [80, 443],
    dns_servers: ["8.8.8.8", "1.1.1.1"],
    features: ["firewall", "ssl"],
    capabilities: ["routing", "encryption"],
    state: "active"
  }

This describes the device's configuration.

You can customize this device to your needs.

Link to Examples

See more examples in the Examples section.