REBOL3 tracker
  0.9.12 beta
Ticket #0001803 User: anonymous

Project:



rss
TypeWish Statusreviewed Date17-Dec-2010 16:33
Versionalpha 111 CategoryPorts Submitted bypavel
PlatformAll Severityminor Prioritynormal

Summary UDP port
Description Possibility to open port for UDP would be usefull for some schemes (NTP for example)
Example code

			

Assigned ton/a Fixed in- Last Update20-Apr-2014 22:44


Comments
(0004402)
szeng
15-Apr-2014 17:56

I implmented it here:

https://github.com/zsx/r3/commit/95a057a2f03206163e6d2cf6b2a01537b4d4040b
(0004403)
acook
15-Apr-2014 18:53

+1 to UDP support.
(0004405)
abolka
20-Apr-2014 20:52

A simple client/server example using the proposed UDP support:

;; -------------------------------------------------
;; Server:
wait read p: open udp://:1189 print
to-string p/data

;; -------------------------------------------------
;; Client:
write open udp://127.0.0.1:1189 {foo}
(0004407)
abolka
20-Apr-2014 22:44

Submitted szeng's implementation as a pull request:
https://github.com/rebol/rebol/pull/218

Date User Field Action Change
20-Apr-2014 22:44 abolka Comment : 0004407 Modified -
20-Apr-2014 22:44 abolka Comment : 0004407 Added -
20-Apr-2014 20:52 abolka Comment : 0004405 Added -
15-Apr-2014 18:53 acook Comment : 0004403 Added -
15-Apr-2014 17:56 szeng Comment : 0004402 Added -
17-Jan-2011 04:30 carl Status Modified submitted => reviewed
17-Dec-2010 16:33 pavel Ticket Added -