Describe a network topology in plain language and have an AI build it inside Packet Tracer 6.0 automatically.
Configure VLANs, inter-VLAN routing, and OSPF on virtual routers without typing IOS commands by hand.
Complete a Tongji University networking lab assignment by pasting the ready-made setup prompt from the README.
Requires Cisco Packet Tracer 6.0 installed on the same machine, the README prompt guides the AI through the rest of setup.
This repository is a helper toolkit built specifically for students at Tongji University in China who need to complete a Computer Network course final project using Cisco Packet Tracer 6.0. Cisco Packet Tracer is a network simulation program where students design and configure virtual networks with routers, switches, and computers. The toolkit bridges that simulation software with an AI coding assistant, letting the AI control Packet Tracer automatically instead of the student clicking through everything by hand. The two main components are a plugin that runs inside Packet Tracer 6.0 and a small server that an AI assistant such as Codex or Claude Code connects to. Once both are installed and linked, the student can type a plain-language instruction, for example asking for two switches each connected to two computers with a router joining the switches, and the AI will carry out the entire setup inside the running Packet Tracer window without further manual steps. The README is written in Chinese and targets students on this specific course. The verified capabilities listed in the README include creating and naming devices, drawing connections between them, installing router hardware modules, assigning static IP addresses or enabling automatic address assignment via DHCP, configuring IOS command-line settings on routers and switches, setting up VLANs and inter-VLAN routing, configuring OSPF dynamic routing, applying access control lists, setting up NAT, and running ping tests to check connectivity. These match the kinds of tasks that appear in a typical university-level network lab. Installation is designed to be handled by the AI assistant itself: the README includes a ready-made prompt the student can paste to have the assistant clone the repository, set up the Python environment, register the server, and guide the student through importing the plugin into Packet Tracer. The README includes a clear safety warning: because the server gives the AI direct write access to the student's project file, the AI could accidentally damage the network topology. Students are told to back up their project file before using the tool, and to be cautious about any requests to run the debug evaluation function, which can execute arbitrary code inside Packet Tracer.
← palind-rome on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.