summaryrefslogtreecommitdiffstats
path: root/gatchat/gatmux.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2010-04-11The user data pointer variable should be called user_dataMarcel Holtmann1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-15Refactor: Add driver model to GAtMuxDenis Kenzior1-3/+3
GAtMux can now be made to work with multiple multiplexing protocols. Currently on the 27.010 (07.10) Advanced and Basic modes are supported. However, further protocol support can be added by providing the necessary driver functions for GAtMux
2009-10-15Forgot to add void* to get_dataDenis Kenzior1-1/+1
2009-10-15Refactor: Enable multiplexer drivers for GAtMuxDenis Kenzior1-1/+34
2009-10-15Refactor: Add convenience method to start 0710 MUXDenis Kenzior1-2/+16
Use an existing GAtChat that has been setup appropriately to conver the channel into a MUX
2009-10-08Get rid of from_tty variant, use gattty insteadDenis Kenzior1-1/+0
2009-09-08Hook up GAtMux with GSM 07.10 implementationMarcel Holtmann1-0/+4
2009-09-06Add functions for disconnect and debug handlingMarcel Holtmann1-0/+7
2009-09-06Integrate the multiplexer into the AT chat libraryMarcel Holtmann1-0/+45