Giter Site home page Giter Site logo

libads's People

Contributors

gass avatar gerhard-vienna avatar haakonnessjoen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libads's Issues

Crash in AdsGetLocalAddress

Crash in AdsGetLocalAddress() when accessing the 'sa_family'. I have several network adapter and I'm using xubuntu 12.04.

examples don't work

Some examples are outdated or can't compile.

They are not compiled when the full suite is.

Debug function issues

  • in a function void analyze(uc * p1). The evaluation
    ((p->amsHeader.stateFlags && 1) == 0)
    is true in wrong cases. A value 0x01 is a request flag in a stateFlags field, thus there should be a bitwise AND (&) instead of boolean one;
  • same function - debugging of a read command:
    _ADSDump("Data: ", (uc *) p1 + 44, rr->length); - the shift should be by 46 not 44 bytes (the best thing is to use sizeof() of structures like ADSreadRequest and headers (it seems to me so);
  • ADSaddDeviceNotificationRequest structure - comment seems to be wrong. It states for maxDelay and cycleTime members: "unit is 100ns". This is ok according to the ADS-DLL api, however when one fills raw bytes (as is in case of the structure), it's expressed in 1ms.

Library expects ads packets to be maximum 1 ethernet frame

The library expects a packet to never exceed one ethernet frame. This is not a limitation in ADS it self.

All packets are read to this variable:
dc->msgIn

Which is a stack variable of 1524 bytes.
This variable should instead be dynamically allocated heap according to the length specified in the ads read/write command.

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.