All Projects → konradmb → PacketTracer-AppImage

konradmb / PacketTracer-AppImage

Licence: other
AppImage for Cisco Packet Tracer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PacketTracer-AppImage

gen-cisco
🧨 Generates Cisco scripts based on YAML files
Stars: ✭ 29 (-58.57%)
Mutual labels:  cisco, packet-tracer
yang
NETCONF/YANG related test framework
Stars: ✭ 15 (-78.57%)
Mutual labels:  cisco
pyaci
Python Bindings for Cisco ACI REST API
Stars: ✭ 42 (-40%)
Mutual labels:  cisco
linuxdeploy-plugin-qt
Qt plugin for linuxdeploy, bundling Qt resources, plugins, QML files and a lot more.
Stars: ✭ 62 (-11.43%)
Mutual labels:  appimage
sastre
Automation Tools for Cisco SD-WAN Powered by Viptela
Stars: ✭ 43 (-38.57%)
Mutual labels:  cisco
AppImageUpdater
AppImage Updater for Humans built with QML/C++ with Qt5 ❤️.
Stars: ✭ 31 (-55.71%)
Mutual labels:  appimage
finesseGadgets
Collection of gadgets for Cisco Finesse
Stars: ✭ 25 (-64.29%)
Mutual labels:  cisco
TacoTaco
Some scripts for attacks on Tacacs+ protocol
Stars: ✭ 59 (-15.71%)
Mutual labels:  cisco
pyats-sample-scripts
Various pyATS-based Test Automation Scripts
Stars: ✭ 79 (+12.86%)
Mutual labels:  cisco
node-meraki-dashboard
A modern node.js client library for using the Meraki Dashboard API.
Stars: ✭ 20 (-71.43%)
Mutual labels:  cisco
easyucs
EasyUCS is a toolbox to help deploy, manage and document Cisco UCS devices
Stars: ✭ 28 (-60%)
Mutual labels:  cisco
cisco-pnp-ztp-guestshell
Cisco Zero Touch Protocol (ZTP) with Python Scripts
Stars: ✭ 17 (-75.71%)
Mutual labels:  cisco
cisco-cheatsheet
A Cisco Cheatsheet: Commands and Snippets for bootstrapping, boilerplate, configuration, and hardening of Cisco routers and switches.
Stars: ✭ 66 (-5.71%)
Mutual labels:  cisco
spark-netflow
NetFlow data source for Spark SQL and DataFrames
Stars: ✭ 16 (-77.14%)
Mutual labels:  cisco
Network-Automation
Cisco ACI, Firepower, Meraki, NETCONF, and SQL Python Programs
Stars: ✭ 47 (-32.86%)
Mutual labels:  cisco
pathman-sr
Pathman SR is an open-source app to compute paths and deploy routes in Segment Routing-enabled network.
Stars: ✭ 79 (+12.86%)
Mutual labels:  cisco
ccna
A summary of CCNA-useable cisco commands by @elsmr and @Haroenv
Stars: ✭ 16 (-77.14%)
Mutual labels:  cisco
gomiko
multi-vendor networking SDK.
Stars: ✭ 46 (-34.29%)
Mutual labels:  cisco
Arch-Deployer
A script to bulk download an Arch Linux package with all its dependencies to be converted in AppImage.
Stars: ✭ 48 (-31.43%)
Mutual labels:  appimage
d2launcher
Diablo II • Median XL • Mod Launcher for Linux
Stars: ✭ 20 (-71.43%)
Mutual labels:  appimage

AppImage for Cisco Packet Tracer

🎶I'm already Tracer🎶

A configuration for pkg2appimage to build Packet Tracer in AppImage form.

Version: 8.1.0

If you find out that there's a new version available, please let me know by opening an issue!

How to use it?

  1. Clone this repository and cd into it.

    git clone https://github.com/konradmb/PacketTracer-AppImage.git
    cd PacketTracer-AppImage/
  2. Download pkg2appimage tool and make it executable.

    wget https://github.com/AppImage/pkg2appimage/raw/master/pkg2appimage
    chmod +x pkg2appimage
  3. Build it:

    ./pkg2appimage PacketTracer.yml
  4. After a short break you should get an executable inside out/ directory.

Can't you just put AppImage in releases, so I can simply download one file?

I can't put the resulting AppImage here, because the Packet Tracer license forbids redistribution (at least it said so when I checked the old license, I can't find it in new EULAs, but there is a reason that NetAcad account is required to download PT).

I don't know if Cisco enforces it, but they could send a DMCA takedown request (and GitHub would have to delete whole repo).

It doesn't work!

If you encounter an error, download Packet Tracer archive from official site: CiscoPacketTracer_810_Ubuntu_64bit.deb (requires login). Put it into the directory with .yml file, it will be detected automatically.

Older versions

Packet Tracer 7.3.0

Follow the guide, but use PacketTracer-7.3.0.yml.

   ./pkg2appimage PacketTracer-7.2.1.yml

In case of error, download PacketTracer_730_amd64.deb and put it into the directory with .yml file.

Packet Tracer 7.2.1

Follow the guide, but use PacketTracer-7.2.1.yml.

   ./pkg2appimage PacketTracer-7.2.1.yml

In case of error, download Packet Tracer 7.2.1 for Linux 64 bit.tar.gz and put it into the directory with .yml file.

Packet Tracer 7.1

Cisco deleted previous download link. If you find one, please open an issue.

Differences from official version

  • PacketTracer binary is patched to change ~/.packettracer file name to ~/.ptappimage00 as to prevent conflicts with Packet Tracer executed from normal folder.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].