I was on the live youtube for just a bit (enough to see it working
) so I can attest it's pretty cool đ
) so I can attest it's pretty cool đ
git clone https://github.com/acagliano/lwip-ce # into whatever dir you want
cd lwip-ce
git submodule update --init --recursive


tom-garnier a écrit:I have a Ti-83 Premium CE, does lw-ip will work on it?
tom-garnier a Ă©crit:And I didnât know how itâs work, can you explain me?
// I recommend you include these 4 files AT LEAST for basic functionality.
// init and timeouts are needed to initialize the stack and to poll the timers
// netif is optional; since the usb interacts with netifs internally, you will need to poll for an up netif and use it
#include "lwip/init.h"
#include "lwip/timeouts.h"
#include "lwip/netif.h"
lwip_init(); // <== start with this before using lwip; it initializes the stack
// initialize the usb ethernet drivers
usb_Init(eth_handle_usb_event, NULL, NULL, USB_DEFAULT_INIT_FLAGS);




bool tls_asn1_decoder_init(struct tls_asn1_decoder_context *ctx, const uint8_t *data, size_t len);
bool tls_asn1_decode_next(struct tls_asn1_decoder_context *ctx, const struct tls_asn1_schema *schema, uint8_t *tag, uint8_t **data, size_t *len, uint8_t *depth);
openssl pkcs8 -topk8 -inform PEM -outform PEM -in <private_key_path> -out <encrypted_key_path> -v2 aes-128-cbc -v2prf hmacWithSHA256 -iter <whatever>



Retourner vers Langages alternatifs
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 9 invités