Skip to content

Frenetic 1.0.2

Compare
Choose a tag to compare
@arjunguha arjunguha released this 06 Jul 10:16
· 3387 commits to master since this release

We offer Frenetic in several formats:

Frenetic Tutorial VM

A VirtualBox appliance with Frenetic, and some other useful tools such as Mininet and Wireshark. If you're working through the tutorial, we strongly recommend using this virtual machine.

  • Download and install the VirtualBox virtualization platform, if you don't have it.

  • Download frenetic.ova.

    md5: fe96ad2a5127ec4d9d58f9da72383978

  • Import frenetic.ova into VirtualBox.

  • Update the VM to the latest version of Frenetic. Within a terminal, enter the following commands:

    $ opam update
    $ opam upgrade
    

Executable (64-bit Linux systems)

The file frenetic.1.0.2.linux below is the standalone Frenetic binary. You can use it to do the Frenetic programming exercises in the tutorial, if you have Mininet setup on your own machine.

OPAM

If you have OCaml and OPAM installed, you can get frenetic from OPAM:

$ opam update
$ opam install frenetic

If you're working through the OpenFlow programming tutorial using Ox, you can get Ox from OPAM too:

$ opam update
$ opam install ox