Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/v-i-s-h/userver

A webserver to be run on TI launchpads, with USB filesystem support
https://github.com/v-i-s-h/userver

Last synced: about 1 month ago
JSON representation

A webserver to be run on TI launchpads, with USB filesystem support

Awesome Lists containing this project

README

        

uServer
-------

This project aims at developing a full HTTP server around TI's Connect Launchpad TM4C1294XL.
The following are the features of the server :

1. Full HTTP communication

2. Read and serve files from the attached USB pendrive/harddisk.

3. Control the on board peripherals over HTTP

The following opensource projects are used in this project

1. lwIP

2. FatFs

Hardware
--------
This project is intended to run on EK-TM4C1294XL from TI. This evaluation kit has a 32bit ARM Cortex M4 core, 1MB flash, 256kB SRAM among other features.

License
-------
This project is distributed under The MIT license unless and otherwise specified in the source. Some of the code used in this project is derived from tivaware from Texas Instruments, and their license is mentioned in those source files. I'm using other open source projects lwIP and FatFs -- their source code is also included with this project mentioning their license terms. In short, If you find any source file with no license mentioned, it will be by default MIT license.