Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • haskell-op
  • zig-op
  • python-implementation
4 results

simple-recipe-protocol

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Name Last commit Last update
    .rfc2
    .vscode
    rfc
    tests
    v_op
    Dockerfile
    README.md

    Simple Recipe Protocol

    This repository contains variuos test implementations of the simple recipe protocol.

    The final implementaion and complete implementation is the vlang to run the code please run the Docker Image provided.

    To run the final version please run(, note this will run the client and the server):

    docker build . -t ag01598com2022
    
    docker run ag01598com2022

    To run with more options run

    docker run ag01598com2022 bash

    Then run to run just the server

    ./cw -os

    Then run to run just the client to run just the client

    ./cw -oc

    RFC

    The RFC folder contains the tex files that are used to generate the rfc

    Vlang Version

    This is the ofical implementaion for the simple recipe protocol.

    To run this program please use the Docker Image provided