smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0
SIP Stack for Smalltalk.
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Holger Hans Peter Freyther 6c57c968dd grammar: Speed-up quoted string parsing
On the sysmoBTS (ARM7TDMI) the parsing of a simple response
with quoted string takes up to 200ms. Parsing the single
digest line takes 40ms itself. Create a custom parser to
speed things up to avoid the backtracking between three
optional parsers that are combined in a choice.
2014-09-05 18:56:00 +02:00
callagent grammar: Speed-up quoted string parsing 2014-09-05 18:56:00 +02:00
docs rport: For dealing with NATed environments ask for a return 2014-03-24 13:52:06 +01:00
example sip: Initial version of the Grammar capable of parsing a response 2011-06-11 20:30:15 +02:00
grammar grammar: Speed-up quoted string parsing 2014-09-05 18:56:00 +02:00
pharo-porting pharo: Beging to improve the GSTSocketAddress to be usable 2013-03-31 20:46:01 +02:00
.gitignore sip: Initial version of the Grammar capable of parsing a response 2011-06-11 20:30:15 +02:00
DESIGN Update the DESIGN document for this code 2011-07-06 10:10:07 +02:00
EXAMPLE EXAMPLE: Use the new SIPCall class in the example 2011-07-06 10:13:42 +02:00
Makefile pharo: Povide a pharo specific way to access the /dev/urandom device 2013-03-31 20:46:01 +02:00
TODO grammar: Avoid re-creating parsers used as building block 2014-09-04 15:15:34 +02:00
package.xml grammar: Speed-up quoted string parsing 2014-09-05 18:56:00 +02:00