Contribute asking #3
Replies: 3 comments 12 replies
-
|
This looks like a great idea! Currently, lwIP-CE isn't yet a dylib and means your web browser will take at least 200kB, which isn't ideal. |
Beta Was this translation helpful? Give feedback.
-
|
In first i wanted contrib d'or thé CI |
Beta Was this translation helpful? Give feedback.
-
I'll reply this up here. I appreciate the offer, however you may be misunderstanding the intent of lwIP. lwIP is not a conglomeration of network-capable tools such as browsers and chats and games and what not. That is on the end user to create USING lwIP. lwIP merely provides ECM and NCM drivers for communicating over Ethernet hardware, as well as the link/linkoutput layer, IP layer, and protocol layer. While the project includes some lightweight applications mostly provided as examples by the lwIP devs, my intent is not to include apps in the project. The only other planned feature addition is ALTCP_TLS (merging CryptX into this project), but development is currently paused indefinitely. If you want to do what you've indicated, you would fork the project, and then write your own browser. You would use the HTTP client API inside the include/apps folder, and then take the response from the HTTP requests you can send with that, processing it, and producing something to render visually using perhaps GraphX or your own graphics system. You would then build it all into an application (until such time as lwIP is available as a dylib). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm a TI -83 developper and I'd like help you for the project and if possible create with you a web text browser using an api of this program can you answer to me fasly ?
Beta Was this translation helpful? Give feedback.
All reactions