Giter VIP home page Giter VIP logo

corona's People

Contributors

snipercze avatar

Stargazers

 avatar

Watchers

 avatar

corona's Issues

Corona server crashes when nmap scan

When nmap scan, corona server tries to reply to connected client but it fails (due nmap is already done). Corona server then crash with message:

Traceback (most recent call last):
File "./corona-server.py", line 12, in
serverSocket.bind((host, int(port)))
OSError: [Errno 98] Address already in use

Agent is recognizable across (re)starts.

Agent is trackable only when active right know. When agent goes offline, server forget any information about it and agent is reregistered as brand new node when appear online. This should be fixed.

Because of "cloudy" modern IT design we cannot use IP as identificator across time. So each agent should have some UUID generated by server, which is uniq and stored at agent side somewhere in /var/run...

New agent is connecting and no UUID assigned - server generate new UUID, save it with agent data to database and send this UUID back to agent. Agent will save it.
Agent is reappearing and has UUID assigned - agent sends it to server and server just mark already existing agent as online (based on UUID). When UUID exists but IP and/or port of agent is not corresponding to database settings, this agent is rejected.
Agent is disappearing/healthcheck fails - server mark this agent (identified by UUID) as offline.

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.