Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/v-i-s-h/userver
- Owner: v-i-s-h
- License: mit
- Created: 2014-07-17T12:40:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T15:29:56.000Z (over 10 years ago)
- Last Synced: 2024-03-17T20:11:55.613Z (9 months ago)
- Language: C
- Homepage:
- Size: 430 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE.md
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. FatFsHardware
--------
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.