Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a socket in video server application #24

Closed
dragonprevost opened this issue Oct 24, 2019 · 1 comment
Closed

Create a socket in video server application #24

dragonprevost opened this issue Oct 24, 2019 · 1 comment
Assignees
Labels
Easy This issue should be relatively easy to resolve enhancement New feature or request
Projects

Comments

@dragonprevost
Copy link
Contributor

The first step in getting the video server running is to create a socket for clients to connect to. To resolve this issue we must initialize the socket from within the video serving application. It makes the most sense to do this in the __init__ function of the application so that we are certain the socket is running as soon the application is initialized.

There are examples of socket usage within the workshops repository. For now we can structure the socket very similarly to the socket in that example.

Notes:

  • It may be a good idea to get familiar with some networking protocols
    • tcp
    • udp
    • Try to understand the difference between these two protocols
@dragonprevost dragonprevost added Easy This issue should be relatively easy to resolve enhancement New feature or request labels Oct 24, 2019
@dragonprevost dragonprevost added this to To do in Systems via automation Oct 24, 2019
@ghost
Copy link

ghost commented Oct 26, 2019

hey i'd like to work on this

@dragonprevost dragonprevost self-assigned this Nov 1, 2019
@dragonprevost dragonprevost mentioned this issue Nov 1, 2019
officialnico added a commit that referenced this issue Nov 4, 2019
Systems automation moved this from To do to Done Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy This issue should be relatively easy to resolve enhancement New feature or request
Projects
Systems
  
Done
Development

No branches or pull requests

1 participant