Skip to content

GIITA-ATC/rc2.lab.materials

Repository files navigation

rc2.lab.material

Repository with lab materials for the Computer Networks II course.

A Makefile is provided to facilitate compilation and cleanup:

  • make compile DIR=<directory> → Compiles all .java files in the specified directory.
  • make clean DIR=<directory> → Removes all .class files in the specified directory.
  • make compileall → Compiles all .java files in the repository.
  • make cleanall → Removes all .class files in the repository.
  • make → Default target; runs make compileall.

About

Material privado del laboratorio de Redes II

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published