Skip to content
View alinegar's full-sized avatar
Block or Report

Block or report alinegar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. lab-02 lab-02 Public

    Forked from USC-EE-250L-Spring-2023/lab-02

    In this lab, we will dive head first into socket programming. We handpicked examples we think will expose you to practical socket programming concepts that will help you understand and debug networ…

    C 1

  2. lab-04 lab-04 Public

    Forked from USC-EE-250L-Spring-2023/lab-04

    The objective of this lab is to explore the use of the Publish-Subscribe messaging design pattern with the MQTT protocol. We have already explored the Client-Server architecture in the TCP, UDP, an…

    Python 1

  3. lab-06 lab-06 Public

    The purpose of this lab is to interface your Raspberry Pi with the GrovePi+ starter kit which includes a rpi shield that can connect to various Grove sensors. You will use the python libraries prov…

    Python 1

  4. ee109_speedtrap ee109_speedtrap Public

    In its simplest form the speed trap measures how long it takes for an object to pass two sensors and calculates the speed it was travelling. The speed in cm/sec is shown on the LCD display and also…

    C