Scott Feldman

Results 50 comments of Scott Feldman

Update: I am making some commits to capture where I'm at so far. Not done, but I now have the first test (examples/net/tcpclient) working with wifinina using the full "net"...

> This is extremely exciting @scottfeldman please let us know how we can help out! Thank you. I'm not sure how to break this up and share, but here's my...

One more comment: I noticed the "net" pkg trying to open system files like /etc/resolve.conf and /etc/hosts for DNS resolution. Opening those files fail, of course, but I do see...

@deadprogram I need some help with getting "crypto/tls" working...who's my contact for "crypto/tls" for big Go? I'm trying to get examples/net/tlsclient working, and it's doing the full TLS handshake with...

Ok, I'm passed the server cert validation issue I was having. I created a root CA cert to pass into tls.Dial() by go:embed'ing a PEM file containing the CA certs....

Hi Everyone, sorry for the silence/absence on this issue. I've been away. My personal motivation for this work was to get pico-w running with the full net and crypto/tls packages...

They are very close, but not the same. execute() waits for "OK", send() waits for ">". I thought about combining them into one func, but that would cause problems if...

> I thought about combining them into one func, but that would cause problems if a sending process see's the OK from another process that's executing a cmd, like creating...

Is this solved by tinygo-org/net#34?

> Hi [@scottfeldman](https://github.com/scottfeldman), I don't see `httptrace` or `httputil` was added in that PR. Oh, you're right. My bad. Can you supply your program or a test program I can...