duda-examples icon indicating copy to clipboard operation
duda-examples copied to clipboard

Duda I/O examples and how to's

Results 4 duda-examples issues
Sort by recently updated
recently updated
newest added

I hope that link is the correct one now

I try the helloworld example, but it fails with the dudac client -- root@vultr:~/duda-examples/001_hello_world# make [CC] main.o main.c: In function ‘_duda_main’: main.c:95:5: error: ‘router’ undeclared (first use in this function)...

Provide some examples regarding session management in the monkey server using duda , For Example , 1. Client logs into the site with his credentials. 2. After 30 seconds, the...

need a basic JSON example similar to hello world that uses just one callback, compose a JSON buffer and send it back to the client.