Recent content by marnixteunissen

  1. M

    Compilation on Linux

    I am close to a working docker file, but something in the building process fails. I am getting all kinds of errors relating to VTK. I have tried building VTK from source, but that gave me errors as well, and I have tried it with the prebuilt binaries, which also failed. As far as I understand...
  2. M

    Compilation on Linux

    The Dockerfile in the Analysis Situs repository still works! There are two things I can't figure out, how to launch the asiExeServer (where to find it), and how i can add my SDK's to the newly built Analysis Situs. Could you help point me in the right direction?
  3. M

    Compilation on Linux

    Do you maybe also have a docker file to run Analisis Situs in a Docker container?
  4. M

    exeServerServer tcl output/response

    Hi, I recently made an implementation of this in python, which uses a subprocess and just decodes the stdout as a string, which can be read and interpreted by my program. Something that might make it easier even is creating your own Tcl functions that print exactly the output you want to know...
  5. M

    Using asiExeServer as subprocess

    Thanks! The tool you sent works indeed, in a very similar way to what I made in python. Since I want to do some batch processing I guess this would be the most simple way to interact with Analysis Situs. right now I am trying to send TCL commands over the UDP server, if I wanted to access more...
  6. M

    Using asiExeServer as subprocess

    Thanks! looking forward to it. Is there any more documentation on how to interact with the asi server apart from the documentation on batch processing?
  7. M

    Using asiExeServer as subprocess

    Hi, I am currently trying to implement the batch processing of STEP files through the asi server in python. So far I have had little success sending commands or reading messages over the UDP server. I was wondering how the tester tool (http://analysissitus.org/features/features_batch-mode.html)...
Top