A kiválasztott változat és az aktuális verzió közötti különbségek a következők.
| Következő változat | Előző változat | ||
|
tanszek:oktatas:iss_t:socket_exercises [2023/05/08 18:54] knehez létrehozva |
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. | + | 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 the code. | + | Try out the non-blocking starter Java code and examine/debug it. |