Code Monkey home page Code Monkey logo

vut-ipk's Introduction

IPK Projects

In this reopository you can find my solutions to the projects for the course IPK at FIT VUT Brno.

1. Project 1 - Client for IPKCP protocol

Implementation of client for IPKCP protocol. Client sends queries to server and prints the response. The format of queries is described in the protocol specification.[1]

Client connects to a server using TCP or UDP protocol, which is required by user to specify. The server and port are also required to be specified by user. If any of the required arguments is missing, the client will print an error and exit.

The client is built utilising Makefile or CMake on UNIX or only CMake if built on Windows.

2. Project 2 - Server for IPKCP protocol

Implementation of server for IPKCP protocol. Server receives queries from client and responds with the result of the calculation or an error. The format of queries is described in the protocol specification.[1]

Server listens on a specified port for TCP or UDP connections, which is required by user to specify. If any of the required arguments is missing, the server will print an error and exit.

The server is built utilising Makefile or CMake on UNIX or only CMake if built on Windows.

License

This project is licensed under the GPL3.0 License - see the LICENSE file for details.
getopt.h and getopt.c [2] are licensed under the Apache License 2.0 - see the LICENSE file for details.

Authors

  • Jan Kalenda (xkalen07)

References

[1] Protocol specification
[2] getopt.h and getopt.c

vut-ipk's People

Contributors

jkalend avatar

Stargazers

 avatar

Watchers

 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.