Pinned Repositories
ADC-FPGA
Connect the ADC's of an ATTINY13 with a FPGA (design example)
JsSimpleBlog
Simple blog server using node.js + express + handlebars + sqlite
pyCreateVhdl
Create vhdl module and testbench skeleton
PySipFullProxy
Basic Sip Proxy written in Python (All requests and responses go through proxy)
PySipProxy
Basic Sip Proxy in Python
PyWebsocketSipProxy
SipProxy for Websocket protocol (for webRTC clients)
vhdfp16
FP16 Half precision floating point (IEEE754 2008) adder + multiplier
vhdI2CMaster
I2C Master FSM (vhdl)
VhdI2CSlave
I2C Slave Interface (Vhdl)
vhdUart
"low cost" simple UART (less than 100 L.E.)
tirfil's Repositories
tirfil/PySipFullProxy
Basic Sip Proxy written in Python (All requests and responses go through proxy)
tirfil/vhdI2CMaster
I2C Master FSM (vhdl)
tirfil/PySipProxy
Basic Sip Proxy in Python
tirfil/PyWebsocketSipProxy
SipProxy for Websocket protocol (for webRTC clients)
tirfil/CTcpServer
Tcp Server ( blocking mode / using pthread ) C++
tirfil/JsSimpleBlog
Simple blog server using node.js + express + handlebars + sqlite
tirfil/pcimem
Simple program to read & write to a pci device from userspace
tirfil/PyWebsocketClient
WebSocket client written in python
tirfil/VhdI2CGPIO
GPIO controlled by I2C interface (VHDL)
tirfil/vhdPwm
PWM 8bit (vhdl)
tirfil/vhdServo
vhdl servo motor driver
tirfil/CTimer
Plateform for developpement C++ (event loop , timer ...)
tirfil/JsApprtcCompanion
Add private user directory capabilities using apprtc ; node.js + express.js
tirfil/vhdTestboard
FPGA testboard project (need a press button and a led on the board)
tirfil/CForum
Chat Server (Use Telnet for client) C++ (Tcp Server in non blocking mode)
tirfil/PyWebsocketServer
Websocket server in python
tirfil/PyWSGI
Starter kit for WSGI development (with example) - Python