-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9db5617
commit f2d7ea9
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
============================================================================== | ||
|
||
DoIP - Diagnostics over IP | ||
Component: DoIP Custom Simulation | ||
|
||
============================================================================== | ||
|
||
INTRODUCTION | ||
============ | ||
The "DoIP Custom Simulation" is an executable Java program to simulate | ||
a DoIP gateway. This project can be seen as an example how to create | ||
a custom simulation. | ||
|
||
The source code is hosted at GitHub | ||
https://github.com/doip/doip-custom-simulation.git | ||
|
||
============================================================================== | ||
|
||
Release Notes for Version: 1.1.3 | ||
|
||
NEW FEATURES | ||
============ | ||
|
||
- Issue #10: Integration of new doip-simulation and its dependencies: | ||
Gateway will now send announcement message at start up. | ||
Therefore two new properties had been added to property file | ||
|
||
- broadcast.address: Address to which the broadcast VAM will | ||
send to. | ||
- broadcast.enable: Can be set to true or false, it will control | ||
if initial VAM will be send out. | ||
|
||
FIXED BUGS | ||
========== | ||
|
||
n/a | ||
|
||
CHANGES | ||
======= | ||
|
||
n/a | ||
|