bebopagogo
2ae69e6e96
fix to NormFile::Open() where 'flags' were not properly saved and affected NormFile::Rename()
2024-01-28 20:26:15 -05:00
bebopagogo
6188965887
fixed improper delete operator usage in normApp.cpp and minor tweaks
2024-01-24 13:43:38 -05:00
LVancina
a992176873
Documentation updates and pynorm example bug fixes ( #82 )
...
* Added notes about waf execution in BUILD.TXT
* Updated instructions for cloning and running make
* Added more detailed instructions for win32 builds
* Fixed typo on line 20 (capitalized 'f') that caused the command to fail
* Generic editing and replaced dead URLs
* Substituted setuptools package for the deprecated distutils in setup.py
* Fixed typo in 'norm.exe' file path in Win32 build instructions
* Fixed a bugs in normCast.py and normFileSend.py
---------
Co-authored-by: Lucas <lucas.vancina@nps.edu>
2024-01-24 13:15:06 -05:00
bebopagogo
af9a238a70
pulled updated submodule code
2023-09-03 15:01:44 -04:00
bebopagogo
4b34fffa8e
pulled updated submodule code
2023-09-02 22:16:16 -04:00
bebopagogo
8ae9df5607
updated gradle and tweaked build.gradle file to API version 24
2023-09-02 22:15:23 -04:00
bebopagogo
69a9e4828d
added examples/chant.cpp for simple command-line NORM chat app
2023-06-03 23:05:39 -04:00
bebopagogo
34e582bfac
added examples/chant.cpp for simple command-line NORM chat app
2023-05-31 20:10:16 -04:00
bebopagogo
a15e91379e
added examples/chant.cpp for simple command-line NORM chat app
2023-05-31 19:56:18 -04:00
bebopagogo
11b271cc28
added examples/chant.cpp for simple command-line NORM chat app
2023-05-31 19:51:22 -04:00
bebopagogo
1af8531178
added examples/chant.cpp for simple command-line NORM chat app
2023-05-31 19:32:47 -04:00
bebopagogo
17dc41ab72
added examples/chant.cpp for simple command-line NORM chat app
2023-05-31 19:30:36 -04:00
bebopagogo
61b6e31f6f
pulled updated submodule code
2023-01-29 20:02:52 -05:00
bebopagogo
5b7239523f
pulled updated submodule code
2023-01-28 17:18:34 -05:00
bebopagogo
78d7ac78a2
pulled updated submodule code
2023-01-28 17:00:37 -05:00
bebopagogo
a319a5b2d6
pulled updated submodule code
2023-01-28 16:10:56 -05:00
bebopagogo
6e7f2c3548
pulled updated submodule code
2023-01-28 16:09:22 -05:00
mullerj
b8ce922a36
Fixed NormStreamSend ( #1 ) ( #77 )
2023-01-16 16:44:29 -05:00
bebopagogo
c0463960cb
updated some sprintf() calls to snprint()
2023-01-14 17:30:04 -05:00
bebopagogo
92927c8a37
updated pynorm Python binding to use Python 3 contributions from Honglei
2022-11-11 20:17:30 -05:00
bebopagogo
6318f9bf62
pulled updated submodule code
2022-10-04 19:23:39 -04:00
bebopagogo
9f65f5e20a
pynorm improvement to keep cache sender enqueued objects in pynorm.instance._objects cache
2022-10-04 19:21:41 -04:00
bebopagogo
40717bb5dd
pulled updated submodule code
2022-09-11 21:58:42 -04:00
Brian Adamson
b7f2a7073b
Update cmake.yml
...
Updated to 2022 MSVC CI
2022-09-11 21:41:50 -04:00
Brian Adamson
360996e4c7
Update cmake.yml
2022-09-11 21:37:13 -04:00
Brian Adamson
dbbbee1798
Update cmake.yml
2022-09-11 21:25:03 -04:00
Brian Adamson
ddd02a9010
Update cmake.yml
2022-09-11 21:19:33 -04:00
bebopagogo
4fe403e7d8
pulled updated submodule code
2022-09-11 20:58:47 -04:00
bebopagogo
b43af9fc85
pulled updated submodule code
2022-09-11 18:14:26 -04:00
bebopagogo
f1e240cb28
pulled updated submodule code
2022-09-11 17:23:31 -04:00
bebopagogo
80fa426b0b
cleaned up Visual Studio build configurations
2022-09-11 17:21:06 -04:00
bebopagogo
8842897961
cleaned up Visual Studio build configurations
2022-09-11 17:20:15 -04:00
Brian Adamson
5adfa5902c
Update README.TXT
2022-09-11 14:34:50 -04:00
bebopagogo
e9658ab837
fixed type casting issue with NormSenderNode::backoff_factor
2022-09-11 14:29:58 -04:00
bebopagogo
d00ebc22d2
fixed type casting issue with NormSenderNode::backoff_factor
2022-09-11 14:27:21 -04:00
bebopagogo
acbc31c1d0
added 'reuse' and 'txport' command-line options in addition to 'txaddr' option
2022-09-10 20:20:34 -04:00
Honglei
ea8a22c180
Add txAddr/txPort to normCast.cpp ( #73 )
...
* Add txAddr/txPort to normCast.cpp
* add missing txAddr usage for normCast.cpp
2022-09-10 20:00:08 -04:00
bebopagogo
b896f5408f
update to NormSession::DeleteTxObject() to close file for NORM_OBJECT_FILE _befere_ issuing PURGE notification
2022-09-07 11:48:40 -04:00
bebopagogo
2e3d00e254
pulled updated submodule code with ProtoEvent::Close() WIN32 fix
2022-08-27 10:38:30 -07:00
bebopagogo
61a87e6b5f
updated submodule
2022-08-21 00:57:47 -04:00
adamson
a00ea1b2df
pulled updated submodule code
2022-08-21 00:33:34 -04:00
adamson
e8fe5f4fcd
file renaming improvement
2022-08-21 00:31:00 -04:00
bebopagogo
f8edc36cbf
tweak
2022-08-21 00:24:44 -04:00
bebopagogo
a8c5688d40
updated NormFile::Rename() to always close/reopen files upon renaming for better performance due to way file handles are managed on Unix ... was already required for Windows
2022-08-21 00:18:29 -04:00
bebopagogo
5872195eaa
refinement/improvement to inactive sender timeout/reactivation
2022-08-20 22:52:05 -04:00
Brian Adamson
d1d69f7820
formatting
2022-08-20 22:45:59 -04:00
Brian Adamson
684c7303e2
Merge branch 'master' of https://github.com/USNavalResearchLaboratory/norm
2022-08-20 22:36:52 -04:00
Brian Adamson
001d50aa46
pynorm fixes
2022-08-20 22:36:29 -04:00
Honglei
a08f387ec5
Make Session.getReportInterval work ( #68 )
...
* Update core.py
libnorm.NormGetReportInterval.argtypes missed
* Update session.py
getReportInterval Need return the value
* fix Unknown command FetchContent_MakeAvailable
-- Building protokit from c51d4a771b0ccb073a78e1cf60f0deb7d652f382
CMake Error at CMakeLists.txt:63 (FetchContent_MakeAvailable):
Unknown CMake command "FetchContent_MakeAvailable".
https://github.com/EMsoft-org/EMsoft/issues/93
2022-07-18 16:54:09 -04:00
bebopagogo
a1bb33c354
added full parameter set to pynorm.Session.setTxPort()
2022-07-02 17:07:23 -04:00