@Sean We talked about the possibility of loading a BRL-CAD database from a character array or stream, and you wanted to point me to an example using this feature...
Sean We talked about the possibility of loading a BRL-CAD database from a character array or stream, and you wanted to point me to an example using this feature...
yes @Daniel Rossberg src/gtools/gtransfer.c
That's a client and server demo with both in the same binary, implemented in the same manner as the old 'ttcp' tool. You'll run "gtransfer -r" for the server and "gtransfer -t file.g" for the client, or something close to that to send file.g to the server, which then shoots a ray up the Z axis. It uses libpkg for network, but you can use anything really.
Last updated: Jan 09 2025 at 00:46 UTC