Giter Club home page Giter Club logo

raspisharp's Introduction

RaspiSharp

RaspBerry Pi interface for Mono

Revamped version with tons of improvements:

1-Dual API interface, the old one which is intended to create programs and the new "software" interface. 2-Modified BCM library with native functions for fast data transfers 3-More virtualized port types.

Ok, so the new interface is really made for the new project I'm working on: RaspiStudio.

The idea behind RaspiStudio is to create nearly anything you want (and your RPi allows) in a visual fashion, just connect outputs to inputs and it's done.

If you want to programatically use that interface you will see it's really easy, every element is derived of RaspElement and implements Inputs and Outputs.

An Input is a function which expects a sender and a *EventArgs, it can be Signal (boolean) Byte or Buffer. An Output is an event of type SignalEventArgs, ByteEventArgs or BufferEventArgs.

As you can see, any output can be connected to an input of the appropiate type, so it's really easy to use.

Also there are lots of converters/modifiers of events to allow per example send a buffer when a signal is received or to send a signal when a byte with a concrete value is received.

THIS IS A WORK IN PROGRESS, EXPECT FAILS.

All released under no license unless specified in the porject Readme

Have fun!

Remember to execute your programs with elevated privileges or it will not be capable to access the hardware registers.

raspisharp's People

Contributors

gusmanb 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.