Giter VIP home page Giter VIP logo

spatch's Introduction

Grenadingue.github.io

My curriculum vitæ

Dependencies

Install

npm install

Run

Regenerate & open web version

npm run start

Only regenerate web version

npm run regenerate

Only open local web version

npm run open

spatch's People

Contributors

adrivig avatar grenadingue avatar

Watchers

 avatar  avatar  avatar

spatch's Issues

Project's to do tree

+ work to do
|--+ functionalities
|  |--- end-point server selection and connection
|  |--+ proxy configuration
|  |  `--- proxy credentials can be different than endpoint server credential
|  |       (specified in config or before connecting endpoint)
|  `--- list all current proxified connections and users
|--+ tests
|  `--- we must provide a complete testing environment for our features plus 
|       unit tests // == virtual environments + features/unit tests ?
|--+ packaging
|  `--- debian 64bits
`--+ documentation
   |--- user documentation
   |--- technical documentation
   `--- pdf format
+ bonus work
|--+ functionalities
|  |--- file transfert (scp) support
|  |--- script task to multiple server
|  |--- ability to go back to proxy server when leaving endpoint server
|  |    // should be easy
|  |--- configuration can be reloaded without stopping the daemon
|  `--- remote host status and load (cpu load, mem load, network load, ...)
|--+ packaging // debian 32bits should be easy as soon as we have 64bits
|  `--- archlinux from latest git
`--+ documentation
   |--- markdown format
   `--- markdown to pdf format

Project's main and makefile

  • create cmake file compiling an empty project
    • create main.cpp in source folder
    • create CMakeLists.txt file
      • which compiles main.cpp
      • outputs spatch executable
      • enables c++11 and libssh
  • make the client and the server examples compiling with this cmakefile
    • rename the example main functions and call then from the real main
    • for the server example, just take samplesshd-kbdint.c
      • comment everything inside preprocessing conditions except everything inside ARGP conditions and line 34
        • if it works delete the commented code
        • else...

User & technical documentation

  • user documentation
    • compilation and packaging tutorial
    • package installation and configuration tutorial
  • technical documentation
    • class diagram
    • virtual testing environment diagram

Note: pdf format is mandatory

  • markdown to pdf for the user documentation
  • yuml to pdf/png (as needed) for the technical documentation

ssh proxy server & clients

ssh proxy server & clients

  • server
    • user authentication on proxy
    • endpoint selection
    • username selection for a given endpoint
  • clients
    • endpoint connexion
    • endpoint authentication
    • stream endpoint <-> user input/ouput data

Configuration and AccessList Controllers

  • spatch configuration
    • configuration control
      • read configuration file
        • read server configuration
        • read user list
        • read user access right list
        • read user control list
        • read endpoint list
      • set server configuration
      • set user list
      • set user access right list
      • set user control list
      • set endpoint list
    • access control list
      • use configuration datas
      • use server configuration
      • use user list
      • use user access right list
      • use endpoint list

Packaging and deployment

  • create build and packaging scripts
    • create project compilation script
    • create project packaging script for debian 64bits
    • create quick deployment script (for development) via ssh

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.