Coder Social home page Coder Social logo

http_cyclone's Introduction

HTTP Client

This HTTP Client is based on Oryx-Embedded Cyclone TCP library (https://oryx-embedded.com). It is made to compile on STM32F769I-dicovery plateform.

Use project

Use git clone --recursive <git_repo> to collect all the sources needed.

Compilation

Use make to compile the project, and make flash to install it on the STM32 card.

You can see the debug messages by opening a terminal on the card with minicom -D /dev/ttyACM0.

Proof

To prove the correctness of the SPARK code, use gnatprove -P prove.gpr --level=3.

Organization of the repository

All the sources need for the compilation are under the folder src/. In particular it contains the C sources of cycloneTCP in the folder cyclone_tcp/. The translated files are under the subdirectory ada/. A main function is under main.c and is written to launch and test the C.

An experimentation has also been done with Klee, and the folder klee/ gathers the sources needed to run Klee. A makefile is provided to help the compilation. You might need to comment the line #include "dns/dns_client.h" in the file net.h to be able to compile.

http_cyclone's People

Contributors

gcluzel avatar yannickmoy 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.