Giter VIP home page Giter VIP logo

Comments (4)

hifiberry avatar hifiberry commented on August 16, 2024

There is no OS setting for this. There isn't a full documentation of the TCP protocol. It has been reverse engineered from AD's sample code (with some bug fixes already). It's possible that it's still not 100% correct. However, without a protocol documentation, I simply can't say how it should look like.

from hifiberry-dsp.

sunfireforge avatar sunfireforge commented on August 16, 2024

Thanks for the response. I found this;
https://wiki.analog.com/resources/tools-software/sigmastudio/usingsigmastudio/tcpipchannels

I submitted and closed a PR with some changes you might want to consider;
https://wiki.analog.com/resources/tools-software/sigmastudio/usingsigmastudio/tcpipchannels

One fixes the issue with line C6 above. There were actually two packets being passed to handle_read. I found code in handle_write which uses a buffer to deal with that.

The other two commits are adding a complete hex dump during handle_read, and use the total packet length in the response header instead of the header len.

This is what the log output looks like;

  1. DEBUG:root:received request type 10
  2. DEBUG:root:read_req: 0a0000000e010000000400290000
  3. DEBUG:root:read_rsp: 0b120000000100000004002900000039911d
  4. DEBUG:root:Sending 18 bytes answer to client

All of these changes work, but none of them fix the indicator issue. I think my next step is to debug sigmastudio and see if i can figure out what these breaking cells are looking for. Luckily, its .net, hopefully it's not obfuscated.

Let me know if you want me to re-send that PR.

from hifiberry-dsp.

hifiberry avatar hifiberry commented on August 16, 2024

If you have a PR that fixes this, please send it.

from hifiberry-dsp.

hifiberry avatar hifiberry commented on August 16, 2024

Do you still want to send a PR?

from hifiberry-dsp.

Related Issues (20)

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.