Giter Site home page Giter Site logo

network_prototype's Introduction

Network Protocol Testing

엣지 컴퓨팅시 엣지 장치의 성능 향상을 위해 컴퓨팅을 엣지 서버에 요청하게 된다. 이를 엣지 장치가 엣지 서버의 자원을 빌린다고 하며 한 단어로 Offloading이라는 용어를 사용한다. 본 Prototype은 다양한 방식을 사용하여 Offloading시 발생하는 Networking Overhead를 최소화하는 프로토콜을 찾는 것을 목적으로 한다. 목표로 하는 Offloading Interface는 Future-Promise 비동기 방식이다.

client = OffloadingClient()
future = None
while True:
    offloading_data = client_work()
    if future:
        outcome = future.result() # finish previous job
        finish_job(outcome)
    future = client.request(offloading_data) # async request

network_prototype's People

Contributors

madplayer avatar

Watchers

 avatar

Forkers

system-sw

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.