Giter VIP home page Giter VIP logo

simple-ipc's Introduction

simple-ipc's People

Contributors

vmc-7645 avatar

Watchers

 avatar

simple-ipc's Issues

Implement Sender

Implement a sender that completes the following requirements:


Language: C and/or C++

  • Must compile and run on Ubuntu 22.04.
  • Must pass the following data structure through the IPC process.
{
  int,
  float,
  string data (C or C++ formatted your choice)
  enum { type1, type2, type3 }
}
  • The receiving side should print out at minimum 10 different versions of the structure above in the following format:
    • int: {value}, float: {value}, string: {value}, enum {human readable, e.g type1}
  • Code should be in a git repository so we can pull it and compile it for testing.

Implement Receiver

Implement a receiver that completes the following requirements:


Language: C and/or C++

  • Must compile and run on Ubuntu 22.04.
  • Must pass the following data structure through the IPC process.
{
  int,
  float,
  string data (C or C++ formatted your choice)
  enum { type1, type2, type3 }
}
  • The receiving side should print out at minimum 10 different versions of the structure above in the following format:
    • int: {value}, float: {value}, string: {value}, enum {human readable, e.g type1}
  • Code should be in a git repository so we can pull it and compile it for testing.

Cross-platform Makefile

Implement a Makefile such that upon running it on either Windows or Ubuntu compiles the given code properly depending on said platform.

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.