Giter Site home page Giter Site logo

udsim's Issues

Usage

How does this work when there is no real CAN interface available? I am using ICSim over virtual CAN interface and running UDSim as well on the same interface. I do not understand what I can do with this setup. Could someone explain briefly a bit about what can be achieved with UDSim and ICSim combination?

Build Error in logparser.cc

I got the following build error when building UDSim on my Arch Linux:

logparser.cc: In member function ‘std::string LogParser::processNext()’:
logparser.cc:36:14: error: ordered comparison of pointer with integer zero (‘FILE*’ and ‘int’)
   36 |     if(logfp < 0) {
      |        ~~~~~~^~~
make: *** [Makefile:17: logparser.o] Error 1

To fix the issue I changed the corrensponding line to

if(logfp != 0) {

Keep in mind I'm not a C programmer and don't know if that is the way, this issue should be fixed. But for me it works :-)

Diagnostic-Data for UDSim?

Dear Craig Smith and Car Hacking Community,

Im writing my bachelor thesis in automotive security and Im developing a software to analyse the can bus and do uds service discovery etc. To simulate the can traffic and uds answers Im using ICSim and uds-server as well as CaringCaribou. Now I want to implement the uds discovery part of my application and up until now Im using uds-server for simulation, but I just find one ECU when using the uds discovery functionality of Caring Caribou.

It would really be great to get a better simulation so I can test and develop against an more realistic testcase. Im afraid I dont have a "spare" car to test the discovery or a diagnostic tool to get some uds-traffic-logs to feed them to UDSim and get a better simulation of uds traffic.

Now Im wondering If maybe anybody has some old logs or spare uds traffic files to feed to UDSim and train it to get a better simulation? I would be very grateful if anybody could share some data with me so I can use UDSim instead of uds-server.
Or maybe somebody has another idea how to get a better simulation for uds discovery?

Help would be greatly appreciated :) Thanks in advance and have a nice day!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.