Giter Site home page Giter Site logo

igtampe / smokesignal Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 172 KB

SmokeSignal is a Server Framework for VB.NET Applications designed for simple single send-receive connections for each request.

License: Creative Commons Zero v1.0 Universal

Visual Basic .NET 100.00%
server-framework

smokesignal's Introduction

SmokeSignal

SmokeSignal is a rework of ViBE's Server Framework, to be more flexible and re-usable in other applications. You're more than welcome to use it in your projects.

SmokeSignal Default Server Images

SmokeSignal started at V6 because it was based on ViBE Server V5. We're currently at V7, which added the SmokeSignal Authenticator program

How to use it

First, make sure to configure your SmokeSignal Server, with the name of your server application and the colors to use on the header. Also, consider changing the default port the server listens on. Even if this is configurable using the generated config file, it's nice to set this so that other users in the future don't need to.

Then, create the SmokeSignal Extensions you'll need.

SmokeSignal operates with what I call "SmokeSignal Extensions". There's a dummy extension that's included in this project, as well as an interface that should help guide users in the process of creating their own. SmokeSignal receives strings from a client, and passes it on to the registered extensions in an attempt to Parse it (Using the Parse() function). If your extension can't parse it, return an empty string, and SmokeSignal will attempt to parse it with the next one

In addition, every 100ms, SmokeSignal will ask each registered extension to Tick by calling their Tick() method, allowing you to do things while the server is still waiting for a connection.

Once you're done creating your SmokeSignal Extension, remember to register it in the main vb class!

And after that, you're done! You've made your own SmokeSignal based Server Application.

Now to start with a client, check my other repos.
I have a template for a VB.NET Windows Form application here: https://github.com/igtampe/SmokeSignalClient
A C# Command line application here: https://github.com/igtampe/SmokeSignal-CommandLine/
And I have a small template for a Java app (though without a gui) here: https://github.com/igtampe/Hermes

smokesignal's People

Contributors

igtampe avatar

Watchers

 avatar  avatar

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.