Coder Social home page Coder Social logo

ccn_lab's Introduction

CCN_Lab

Repository containing the software experiments of Computer Communication Lab (EC69504).

Cloning the repo

This repository contains submodules, so clone the repo using

git clone --recurse-submodules https://github.com/SpiritSeeker/CCN_Lab.git

for HTTPS, or

git clone --recurse-submodules [email protected]:SpiritSeeker/CCN_Lab.git

for SSH.

Repository Structure

.
├── Assignment#             # Files related to the Assignments (Codes, Report, and individual READMEs)
├── src                     # Additional helper files
├── vendor                  # 3rd party softwares
├── premake5.lua            # Premake directives file
├── LICENSE
└── README.md

Building with Premake

Premake is used for ease of compiling all Assignments with very few commands.

Prerequisites

An installation of make or any of its variants.

Generating the Makefiles

From the root folder, run

vendor/bin/premake/premake5 gmake2

This will generate all the necessary Makefiles.

Compiling with make

After generating the Makefiles with Premake, run make from the root folder

make

This should generate all the executable binaries in a directory bin under all Assignments.

Run the binaries

Run the required binary with ./. For example, for running the code for generating Poisson distribution in Assignment1,

./Assignment1/bin/poisson

Building without Premake

Incase you do not have a make environment or you just want to compile a file manually, read the README.md files in the corresponding Assignment directories. They contain the steps for manually compiling the codes for the respective Assignment.

ccn_lab's People

Contributors

spiritseeker avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.