Coder Social home page Coder Social logo

automaton's People

Contributors

nemec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

suicidesin

automaton's Issues

Create custom client-server protocol (alternative to Pyro and Thrift)

While Pyro and Thrift are both great, why reinvent the wheel? Unfortunately, Pyro only works with Python so we can't take advantage of Thrift's wide support of programming languages. Thrift is currently a huge pain to install on Windows, and I'd like this to be as painless an install as possible for accessibility purposes, so Thrift is unfortunately set aside for the moment.

Having a custom protocol would allow us to implement only what we need to transmit across the internet, which would make creating clients in other languages much easier.

Requirements:

  • Exception support - could just manually do "if exception_id == 1: raise SomeException" and manage the mapping ourselves (or some Python introspection magic)
  • Return strings
  • Return lists (getAvailableScripts returns a list)
  • Parameters (this could be a difficult one, unless we want to limit to str and None types)

Control socket

It would be useful to have a second access point for "clients" to connect to if they're on the same machine (have it bind to 127.0.0.1/localhost or something). It would give more of an internal api access to the clients. Would also allow the GUI to be refactored out of the main server file and have it connect/disconnect whenever.

Web Interface to Automaton

It would be nice to have a web interface to the Automaton server. Since Thrift isn't easy to work with, this may require django using Pyro.

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.