Hao D. Hoang
Hao D. Hoang
I fixed this issue by amending the line: "send_tx = cli.send_transaction(transaction, new_account)" `send_tx = cli.send_transaction(transaction, account, new_account)` Notes: the account is the payer for the creation. Below is the full...
Hello, Yes, this version also should work on Raspberry. Not yet tried, but believe that it should work if you can install "libpcap-dev" and configure correctly as guideline.
Hello, The current version has ciritical section issue between "netif_packet_capture" thread and "tcp_client" thread (main thread). To fix this issue, we need to define NO_SYS to 0 (in test/linux/lwipopts.h). Also...