summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/endpoint_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* vSomeIP 2.6.22.6.2maintain/2.6Juergen Gehring2017-04-071-0/+5
|
* vSomeIP 2.5.32.5.3Juergen Gehring2017-02-281-2/+5
|
* vSomeIP 2.5.12.5.1Jürgen Gehring2016-12-121-5/+1
|
* vsomeip 2.4.22.4.2Jürgen Gehring2016-10-111-1/+1
|
* vSomeIP 2.2.42.2.4Jürgen Gehring2016-09-201-6/+12
|
* vSomeIP 2.0.02.0.0Dirk Huss2015-11-251-3/+13
|
* vSomeIP 1.3.01.3.0Jürgen Gehring2015-07-291-33/+36
|
* Fixed handling of Magic Cookies. Adapted configuration files. Added aLutz Bichler2015-02-101-1/+1
| | | description to run the tests.
* Removed unused methods (open_filter, close_filter). These may beLutz Bichler2014-08-211-3/+0
| | | reintroduced after redesigning the endpoint classes is finished.
* First part of event/eventgroup implementation. Subscription works.Lutz Bichler2014-08-011-4/+9
| | | Second part (routing) is missing.
* Service availability detection by service discovery is basicallyLutz Bichler2014-07-231-2/+2
| | | | | | | | | | | | working, but: 1. A concept for handling the case of partly stopped (meaning not on all offered endpoints) services is needed. 2. The session counter should be incremented after successful send operations only. 3. The data structures used to within the RM need rework. There are too many interconnected (by shared pointers) maps.
* Re-enabled and adapted implementation of "Magic Cookies".Lutz Bichler2014-07-151-3/+4
| | | | | | | | | | | | | | | | | | | Created a test program (magic-cookies-test-client) that sends messages with correct (session 1, 3, 6, 7, B, C, D, F) and incorrect payload (session 2, 4, 5, 8, 9, A, E). It is expected that you see responses for the messages with the correct payload while the messages with the incorrect payload have been ignored. The test program needs to be run with VSOMEIP_APPLICATION_NAME=client-sample and VSOMEIP_CONFIGURATION_FILE=vsomeip-magic-cookies-client.xml. The corresponding service (service-sample) must be run with VSOMEIP_APPLICATION_NAME=service-sample and VSOMEIP_CONFIGURATION_FILE=vsomeip-magic-cookies-service.xml. Please note that the IP configuration must be adapted to the local setting.
* Implemented static UDP & TCP routing.Lutz Bichler2014-07-141-2/+0
| | | | | | | | | | | Added configuration files for testing TCP/UDP communication. Replaced buffer queue handling by passing shared pointer to avoid buffer overwrites. Extended clients sample: Sending is now done in an extra thread as sleeping in a callback is a bad idea if the client hosts the routing manager ;-). TODO: Re-enable Magic Cookies for TCP Finalitze Service Discovery
* Implemented endpoint options.Lutz Bichler2014-07-081-1/+7
|
* Initial commit of redesigned vsomeip libraries.Lutz Bichler2014-07-011-0/+63