Sponsored Content
Operating Systems Linux Ubuntu establish communication between two machines using IPSec Post 302595830 by agama on Sunday 5th of February 2012 11:40:45 AM
Old 02-05-2012
I guess it depends on what your goal is. When someone says 'UDP or socket programming' I take that to mean that they are writing code and that process will need to communicate with one or more other processes using UDP or TCP over IP. If this is the case, then you might look at Zero MQ (0MQ) as it is a library that can make some things easier. I don't use it, but a coworker of mine has made extensive use of it and swears by it. You'll still need to understand scoket and UDP programming.

The Intelligent Transport Layer - zeromq


If you're looking to do something else (other than writing programmes which need to communicate), then please post what it is -- it's difficult to make suggestions without any information on what you are trying to actually do.
 

9 More Discussions You Might Find Interesting

1. Solaris

How do I establish a remote CDE or JDS session on Solaris 10?

As stated above in the title "How do I establish a remote CDE or JDS session on Solaris 10?" What I would like to do is be able to login to and use the machine remotely using either the CDE or JDS, preferably with out having to use a VNC, and be able to use the pretty GUI, instead of exclusively... (11 Replies)
Discussion started by: ultra0384
11 Replies

2. Ubuntu

Does anyone establish to lock the laptop mouse pad

Hi, I just wondering if someone in the linux specifically ubuntu community accomplish on locking the mouse pad built in in the laptop just like in the windows where you can Fn+lock if im not using it and using a usb mouse instead. mine is an asus laptop. Thanks for any reply.. (2 Replies)
Discussion started by: jao_madn
2 Replies

3. Cybersecurity

IPSEC

hello, after configuration ipsec in ip4 I can not ping between client and server whereas I had success ping before configuration! I also generate different key for AH and ESP as i have shown below. what is my problem and what should i do to have ping and test the configuration? code: ... (0 Replies)
Discussion started by: elinaz
0 Replies

4. IP Networking

OSI model, communication between same layers but on different machines

Hi friends, I hope everyone is doing fine. I have this confusion regarding the OSI model. I have been reading a book on datacommunication and networking which discusses the OSI model in great detail. One thing that I can't figure out is the OSI daigram in this book. It shows communication between... (1 Reply)
Discussion started by: gabam
1 Replies

5. Shell Programming and Scripting

Establish ODBC connection from Linux

Hi All, I want to establish a ODBC connection to a database from linux and query the tables of a database. Please let me know how I can achieve this. Thanks and Regards Nagaraja Akkivalli. (0 Replies)
Discussion started by: Nagaraja Akkiva
0 Replies

6. Red Hat

Connection establish two server

How do make connection between two linux server.Such as SSH,rsync,ftp (3 Replies)
Discussion started by: Mani T
3 Replies

7. Red Hat

Proxy tunneling failed: ForbiddenUnable to establish SSL connection.

Tryied both ways curl and wget wget --no-check-certificate https://mysitet.it:61617 --2017-05-05 17:29:02-- https://mysitet.it:61617/ Connecting to myproxy:8080... connected. Proxy tunneling failed: ForbiddenUnable to establish SSL connection. curl https://mysite.it:61617 curl: (56)... (3 Replies)
Discussion started by: charli1
3 Replies

8. BSD

Can't establish outbound ssh connection on an OpenBSD system

I am getting the below error when I try to make outbound ssh from an OpenBSD system. I can't ssh to any host except the localhost. I can ping the hosts which I can't ssh, though.~ uname -rs OpenBSD 6.1 ~ ssh -V OpenSSH_7.5, LibreSSL 2.5.2 ~ ssh hostname ssh: connect to host hostname... (11 Replies)
Discussion started by: milhan
11 Replies

9. AIX

Unable to establish connection over TLS 1.2 on AIX 7.1/7.2

Hello Team, I would need your help to enable communication over TLS1.2 on AIX 7.1 or 7.2 with IBM JDK 1.8 latest update. By default, the request is trying to establish a connection over TLSv1 even though TLS 1.2 is explicitly enabled on server as well as on Java 8. The openssl command throws... (4 Replies)
Discussion started by: Naina2019
4 Replies
MGF2RAD(1)						      General Commands Manual							MGF2RAD(1)

NAME
mgf2rad - convert Materials and Geometry Format file to RADIANCE description SYNOPSIS
mgf2rad [ -m matfile ][ -e mult ][ -g dist ] [ input .. ] DESCRIPTION
Mgf2rad converts one or more Materials and Geometry Format (MGF) files to a RADIANCE scene description. By definition, all output dimen- sions are in meters. The material names and properties for the surfaces will be those assigned in MGF. Any materials not defined in MGF will result in an error during translation. Light sources are described inline as IES luminaire files, and mgf2rad calls the program ies2rad(1) to translate these files. If an IES file in turn contains an MGF description of the local fixture geometry, this may result in a recursive call to mgf2rad, which is normal and should be transparent. The only side-effect of this additional translation is the appear- ance of other RADIANCE scene and data files produced automatically by ies2rad. The -m option may be used to put all the translated materials into a separate RADIANCE file. This is not always advisable, as any given material name may be reused at different points in the MGF description, and writing them to a separate file loses the contextual associa- tion between materials and surfaces. As long as unique material names are used throughout the MGF description and material properties are not redefined, there will be no problem. Note that this is the only way to get all the translated materials into a single file, since no output is produced for unreferenced materials; i.e. translating just the MGF materials does not work. The -e option may be used to multiply all the emission values by the given mult factor. The -g option may be used to establish a glow dis- tance (in meters) for all emitting surfaces. These two options are employed principally by ies2rad, and are not generally useful to most users. EXAMPLE
To translate two MGF files into one RADIANCE materials file and one geometry file: mgf2rad -m materials.rad building1.mgf building2.mgf > building1+2.rad To create an octree directly from two MGF files and one RADIANCE file: oconv '!mgf2rad materials.mgf scene.mgf' source.rad > scene.oct FILES
tmesh.cal Used to smooth polygonal geometry *.rad RADIANCE source descriptions created by ies2rad *.dat RADIANCE source data created by ies2rad source.cal Used for IES source coordinates AUTHOR
Greg Ward SEE ALSO
ies2rad(1), mgf2meta(1), obj2rad(1), oconv(1), rad2mgf(1), xform(1) MGF web site "http://radsite.lbl.gov/mgf/HOME.html" RADIANCE
4/12/95 MGF2RAD(1)
All times are GMT -4. The time now is 09:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy