PULP Community

Full Version: File reading from host example
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm trying to develop an application that loads some data from a file that is stored on the host computer. I found an example of doing this in the pulp-rt-examples/bridge/file, so I would like to simulate this in the GVSOC platform and pulp config file, but I'm not sure if I'm doing this in the correct way.

When I start running the example (make all clean run under pulp-rt-examples/bridge/file) I get this message from the console:
Proxy listening on port 37539

So what I do is to start a plpbridge on another terminal like this, which ends after 2 seconds or something like that:
plpbridge --config=pulp@config_file=chips/pulp/pulp.json reqloop --binary=./test

And in the first terminal, I get this new message:
Proxy: Client connected!


The thing is that after that, nothing else happens, the code seems to be frozen and nothing happens. Am I missing something?

Thanks a lot,
Ivan.