Coder Social home page Coder Social logo

directtdoa's People

Contributors

llinkz avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

directtdoa's Issues

yet another node causing the update fail

kiwisdr.com/public shows a wrong set Kiwi node (mac is 40bd32e54015), prob a NAT setup failure
to temporarely get the update working back, replace line 173
json_data = json.loads(nodelist.text[nodelist.text.find('['):].replace('},\n]\n;\n', '}]'))
by
json_data = json.loads(nodelist.text[nodelist.text.find('['):].replace('},\n]\n;\n', '}]').replace('40bd32e54015\",','40bd32e54015\"'))

linkz

Installation on Windows

Do you think that it is possible to adapt the code in order to run on Windows?
The TDoA algorithm is running great, separately, under Windows, with Python 3.8 and Octave 4.4.0.
Thank you!

Stop recording sometimes not possible

Sometimes the recording cannot be stopped. Maybe if recording gets too long. I recently forget to stop after 15 - 30 seconds and tried it after 1100 seconds due to contest activity, but failed.
Ok, just found out that "Start TDoA proc" will do the trick!!!

Octave process running endlessly

Hi,

we are trying the new version 7.10.

After the recording is finished, the explorer window opens and shows the saved files. Then I start the tdoa process, a terminal window opens for a few seconds and then there is the pdf file with the spectra of the received data. Now the Octave process runs endlessly... The process can be canceled, but no changes appear in the explorer window.

We are at least three users who can't get the Octave process running.

73, Norbert

update process

Update process has now a faulty result
A node is not sending the full tags we are expecting for. (9z4rg)

I'll try to modify my line per line htm parsing update code to deal with that

UX design // mark selected items in menu

First of all: Thank you so much for your great job! this software is awesome!
In the upper menu bar there are items to be clicked on to be selected.
For example the type of the algorithm.

Unfortunately in the UX design of the GUI there are no markers that identify what is actually selected.
I would be a great improvement to implement like bold font for selected items in the menue.

TDoA heat map

  1. It is possible to overlap the TDoA heat map over the map with the most likely position (similar to the output of the TDoA algorithm)? Because I think it will be more relevant for the user.
  2. When opening (in Windows) two instances of the application for making two different measurements, the IQ recordings are mixed up in the in the same folder.

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.