For a while I've been working on a number of network-reliant applications for the TI-84+ CE and been using some hackish implementation of SRLDRVCE with a TCP/SRL bridge running on a computer to facilitate a network.
Recently I finally decided to do things properly, and with some help from commandblockguy implement a fully-functional TCP/IP stack using USBDRVCE, lwIP code, and a self-written CDC-ECM driver.
Source: https://github.com/acagliano/lwip-ce
I've also prepared some screenshots of the current unit tests of this project. The below screenshot was recorded on the veth branch of CEmu using a virtual Ethernet device.

Here is a video recording the screen of an actual TI-84+ CE Python edition.
Once more tests confirm this stable, it will be packaged and released as an application dylib for use with the CE C toolchain so that developers can use the TCP/IP in their projects easily.