Skip to content
/ vgai2c Public

A driver for an Adafruit 8x8 led matrix in C and a web application to display content on the matrix

License

Notifications You must be signed in to change notification settings

majesco/vgai2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vgai2c

Instrucciones para ejecutar el programa

Aplicación Web

En la terminal ejecutar el comando: npm install http-server -g. Se debe tener instalado el manejador de paquetes npm. Cambiar el directorio a vgai2c/WebApp/. Luego ejecutar el comando http-server [-p: puerto]. Finalmente acceder a la dirección indicada por http-server desde un navegador web móvil o de escritorio conectado a la misma red.

Web API

En la terminal cambiar el directorio a vgai2c/WebAPI. Luego ejecutar el comando npm install, después de haberse completado el comando anterior ejecutar npm run start.

Iniciar biblioteca

En la terminal cambiar el directorio a vgai2c/library. Luego ejecutar el comando gcc -o library inotify.c. Luego ejecutar cd .. && mv library/library WebAPI/. Luego para iniciar la biblioteca ejecutar cd WebAPI y ./library.

About

A driver for an Adafruit 8x8 led matrix in C and a web application to display content on the matrix

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages