1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

added TiddlyWiki page

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@65 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2007-02-25 04:25:17 +00:00
parent 6843c20d38
commit 1320185e87
21 changed files with 7155 additions and 4248 deletions

View File

@ -32,7 +32,8 @@
* - Highly configurable compile time options.
* - Portable across many platforms (written in ANSI C), and has language
* bindings in C, C#, VB.NET, Java and Perl.
* - A very small footprint for a HTTPS server (around 50-60kB in 'server-only'
* - Partial openssl API compatibility (via a wrapper).
* - A very small footprint for a HTTPS server (around 60-70kB in 'server-only'
* mode).
* - No dependencies on sockets - can use serial connections for example.
* - A very simple API - ~ 20 functions/methods.