A kiválasztott változat és az aktuális verzió közötti különbségek a következők.
Előző változat mindkét oldalon Előző változat | |||
tanszek:oktatas:iss_t:socket_exercises [2024/03/04 08:06] knehez |
tanszek:oktatas:iss_t:socket_exercises [2024/03/04 09:45] (aktuális) knehez |
||
---|---|---|---|
Sor 30: | Sor 30: | ||
** Exercise 2. ** | ** Exercise 2. ** | ||
- | Modify the **blocking** UDP code so that you can transfer a burned-in name and existing text or image file larger than 2 kbytes and verify that it was successfully sent, eg. try to open the sent image in Paint. | + | Modify the **blocking** UDP code so that you can transfer a 'wired-in' name and existing binary image file larger than 2 kbytes and verify that it was successfully sent, eg. try to open the sent image by hand, in the Paint app. |
** Exercise 3. ** | ** Exercise 3. ** | ||
Try out the non-blocking starter Java code and examine/debug it. | Try out the non-blocking starter Java code and examine/debug it. | ||