Coder Social home page Coder Social logo

cfcsim / pyfsd Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 2.0 1.41 MB

Pluggable flight simulation server, written in Python asyncio

Home Page: https://cfcsim.github.io/pyfsd/

License: MIT License

Python 99.93% Dockerfile 0.07%
flight-simulation fsd multiplayer-game-server python-asyncio

pyfsd's People

Contributors

gamecss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pyfsd's Issues

Improving plugin event pass

Is your feature request related to a problem? Please describe.
Writing protocol plugins like vatsim, ivao maybe a pain. If we hook event lineReceivedFromClient, it can be prevented by other plugins. If we hook event auditLineFromClient, it's always called after other plugins or PyFSD handled this event.

Describe the solution you'd like
Remove PreventEvent (or not) and follow plugins' priority.

Describe alternatives you've considered
No yet.

Additional context

处理客户端发送的数据而不把bytes解码为str

一些人可能需要在atc备注,realname内填入地方语言〈非ascii〉字符。但是每个软件的编码可能不一样;统一使用utf-8解码容易造成问题。

  • 以bytes形式处理客户端发送的数据
    - [ ] 以bytes形式处理metar 舍弃

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.