Lambdaya-0.2.0.0.1: Library for RedPitaya

Safe HaskellNone
LanguageHaskell2010

System.RedPitaya.Tcp

Description

Implemention of both client and server for contolling fpga over tcp

Synopsis

Documentation

type NetworkFpgaSetGet = Pipe FpgaProtocol FpgaProtocol IO Source

Type that implements FpgaSetGet over network

runRemoteRp :: HostName -> PortNumber -> NetworkFpgaSetGet () -> IO () Source

This evaluates FpgaSetGet action that sends commands on RedPitaya

runRpServer :: PortNumber -> IO () Source

This can be used to implement run server on RedPitaya